tag | line | file | source code |
bpqext | 54 | include/net/netrom.h | unsigned char state, condition, bpqext, hdrincl; |
bpqext | 504 | net/netrom/af_netrom.c | nr->bpqext = 1; |
bpqext | 583 | net/netrom/af_netrom.c | nr->bpqext = osk->nr->bpqext; |
bpqext | 951 | net/netrom/af_netrom.c | sk->nr->bpqext = 1; |
bpqext | 953 | net/netrom/af_netrom.c | sk->nr->bpqext = 0; |
bpqext | 997 | net/netrom/af_netrom.c | make->nr->bpqext = 1; |
bpqext | 999 | 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; |