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 | 304 | 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) |
ns | 416 | net/ax25/ax25_in.c | if (ns == ax25->vr) { |
ns | 461 | 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) |
ns | 624 | net/ax25/ax25_in.c | if (ns == ax25->vr) { |
ns | 669 | net/ax25/ax25_in.c | int queued = 0, frametype, ns, nr, pf; |
ns | 682 | net/ax25/ax25_in.c | frametype = ax25_decode(ax25, skb, &ns, &nr, &pf); |
ns | 692 | net/ax25/ax25_in.c | queued = ax25_state3_machine(ax25, skb, frametype, ns, nr, pf, type); |
ns | 695 | net/ax25/ax25_in.c | queued = ax25_state4_machine(ax25, skb, frametype, ns, nr, pf, type); |
ns | 145 | net/ax25/ax25_subr.c | int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) |
ns | 151 | net/ax25/ax25_subr.c | *ns = *nr = *pf = 0; |
ns | 156 | net/ax25/ax25_subr.c | *ns = (frame[0] >> 1) & 0x07; |
ns | 171 | net/ax25/ax25_subr.c | *ns = (frame[0] >> 1) & 0x7F; |
ns | 2554 | net/ipv4/tcp.c | int ns=TCP_CLOSE; |
ns | 2562 | net/ipv4/tcp.c | ns=TCP_FIN_WAIT1; |
ns | 2568 | net/ipv4/tcp.c | ns=sk->state; |
ns | 2575 | net/ipv4/tcp.c | ns=TCP_LAST_ACK; |
ns | 2579 | net/ipv4/tcp.c | tcp_set_state(sk,ns); |
ns | 2590 | 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; |