tag | line | file | source code |
bpqext | 54 | include/net/netrom.h | unsigned char state, condition, bpqext, hdrincl; |
bpqext | 495 | net/netrom/af_netrom.c | nr->bpqext = 1; |
bpqext | 574 | net/netrom/af_netrom.c | nr->bpqext = osk->nr->bpqext; |
bpqext | 930 | net/netrom/af_netrom.c | sk->nr->bpqext = 1; |
bpqext | 932 | net/netrom/af_netrom.c | sk->nr->bpqext = 0; |
bpqext | 976 | net/netrom/af_netrom.c | make->nr->bpqext = 1; |
bpqext | 978 | net/netrom/af_netrom.c | make->nr->bpqext = 0; |
bpqext | 164 | net/netrom/nr_subr.c | len += (sk->nr->bpqext) ? 2 : 1; |
bpqext | 216 | net/netrom/nr_subr.c | if (sk->nr->bpqext) *dptr++ = nr_default.ttl; |