ndisc_nodetype    806 include/linux/skbuff.h 	__u8			ndisc_nodetype:2;
ndisc_nodetype   1199 net/ipv6/ndisc.c 	if (skb->ndisc_nodetype == NDISC_NODETYPE_HOST) {
ndisc_nodetype   1230 net/ipv6/ndisc.c 	if (skb->ndisc_nodetype == NDISC_NODETYPE_NODEFAULT) {
ndisc_nodetype   1445 net/ipv6/ndisc.c 			if (skb->ndisc_nodetype == NDISC_NODETYPE_NODEFAULT &&
ndisc_nodetype   1466 net/ipv6/ndisc.c 	if (skb->ndisc_nodetype == NDISC_NODETYPE_NODEFAULT) {
ndisc_nodetype   1529 net/ipv6/ndisc.c 	switch (skb->ndisc_nodetype) {
ndisc_nodetype    454 net/ipv6/sit.c 			skb->ndisc_nodetype = NDISC_NODETYPE_DEFAULT;
ndisc_nodetype    456 net/ipv6/sit.c 			skb->ndisc_nodetype = NDISC_NODETYPE_NODEFAULT;
ndisc_nodetype    463 net/ipv6/sit.c 			skb->ndisc_nodetype = NDISC_NODETYPE_HOST;