tag | line | file | source code |
bpqext | 55 | include/net/netrom.h | unsigned char state, condition, bpqext, hdrincl; |
bpqext | 568 | net/netrom/af_netrom.c | nr->bpqext = 1; |
bpqext | 635 | net/netrom/af_netrom.c | nr->bpqext = osk->nr->bpqext; |
bpqext | 991 | net/netrom/af_netrom.c | sk->nr->bpqext = 1; |
bpqext | 993 | net/netrom/af_netrom.c | sk->nr->bpqext = 0; |
bpqext | 1037 | net/netrom/af_netrom.c | make->nr->bpqext = 1; |
bpqext | 1039 | 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; |