tag | line | file | source code |
bpqext | 50 | include/net/netrom.h | unsigned char state, bpqext; |
bpqext | 473 | net/netrom/af_netrom.c | nr->bpqext = 1; |
bpqext | 554 | net/netrom/af_netrom.c | nr->bpqext = osk->nr->bpqext; |
bpqext | 907 | net/netrom/af_netrom.c | sk->nr->bpqext = 1; |
bpqext | 909 | net/netrom/af_netrom.c | sk->nr->bpqext = 0; |
bpqext | 952 | net/netrom/af_netrom.c | make->nr->bpqext = 1; |
bpqext | 954 | net/netrom/af_netrom.c | make->nr->bpqext = 0; |
bpqext | 163 | net/netrom/nr_subr.c | len += (sk->nr->bpqext) ? 2 : 1; |
bpqext | 215 | net/netrom/nr_subr.c | if (sk->nr->bpqext) *dptr++ = nr_default.ttl; |