tag | line | file | source code |
ns | 6 | net/802/llc.c | int llc_rx_adm(struct sock *sk,struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
ns | 36 | net/802/llc.c | int llc_rx_setup(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
ns | 70 | net/802/llc.c | int llc_rx_reset(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
ns | 114 | net/802/llc.c | int llc_rx_d_conn(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
ns | 150 | net/802/llc.c | int llc_rx_error(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
ns | 199 | net/802/llc.c | int llc_rx_nr_shared(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
ns | 288 | net/802/llc.c | int llc_rx_normal(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
ns | 290 | net/802/llc.c | if(llc_rx_nr_shared(sk, skb, type, cmd, pf, nr, ns)) |
ns | 294 | net/802/llc.c | if(llc_invalid_ns(sk,ns)) |
ns | 372 | net/ax25/ax25_in.c | static int ax25_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type, int dama) |
ns | 503 | net/ax25/ax25_in.c | if (ns == ax25->vr) { |
ns | 564 | net/ax25/ax25_in.c | static int ax25_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type, int dama) |
ns | 749 | net/ax25/ax25_in.c | if (ns == ax25->vr) { |
ns | 810 | net/ax25/ax25_in.c | int queued = 0, frametype, ns, nr, pf; |
ns | 823 | net/ax25/ax25_in.c | frametype = ax25_decode(ax25, skb, &ns, &nr, &pf); |
ns | 833 | net/ax25/ax25_in.c | queued = ax25_state3_machine(ax25, skb, frametype, ns, nr, pf, type, dama); |
ns | 836 | net/ax25/ax25_in.c | queued = ax25_state4_machine(ax25, skb, frametype, ns, nr, pf, type, dama); |
ns | 152 | net/ax25/ax25_subr.c | int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) |
ns | 158 | net/ax25/ax25_subr.c | *ns = *nr = *pf = 0; |
ns | 163 | net/ax25/ax25_subr.c | *ns = (frame[0] >> 1) & 0x07; |
ns | 178 | net/ax25/ax25_subr.c | *ns = (frame[0] >> 1) & 0x7F; |
ns | 1642 | net/ipv4/tcp.c | int ns=TCP_CLOSE; |
ns | 1650 | net/ipv4/tcp.c | ns=TCP_FIN_WAIT1; |
ns | 1656 | net/ipv4/tcp.c | ns=sk->state; |
ns | 1663 | net/ipv4/tcp.c | ns=TCP_LAST_ACK; |
ns | 1667 | net/ipv4/tcp.c | tcp_set_state(sk,ns); |
ns | 1678 | net/ipv4/tcp.c | if(dead && ns==TCP_FIN_WAIT2) |
ns | 176 | net/netrom/nr_in.c | unsigned short nr, ns; |
ns | 180 | net/netrom/nr_in.c | ns = skb->data[17]; |
ns | 270 | net/netrom/nr_in.c | ns = skbn->data[17]; |
ns | 271 | net/netrom/nr_in.c | if (ns == sk->nr->vr) { |
ns | 278 | net/netrom/nr_in.c | } else if (nr_in_rx_window(sk, ns)) { |
ns | 134 | net/netrom/nr_subr.c | int nr_in_rx_window(struct sock *sk, unsigned short ns) |
ns | 140 | net/netrom/nr_subr.c | if (ns == vc) return 1; |