tag | line | file | source code |
bpqext | 54 | include/net/netrom.h | unsigned char state, condition, bpqext, hdrincl; |
bpqext | 506 | net/netrom/af_netrom.c | nr->bpqext = 1; |
bpqext | 585 | net/netrom/af_netrom.c | nr->bpqext = osk->nr->bpqext; |
bpqext | 954 | net/netrom/af_netrom.c | sk->nr->bpqext = 1; |
bpqext | 956 | net/netrom/af_netrom.c | sk->nr->bpqext = 0; |
bpqext | 1000 | net/netrom/af_netrom.c | make->nr->bpqext = 1; |
bpqext | 1002 | 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; |