Home
last modified time | relevance | path

Searched refs:ip6dc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet6/
H A Dfrag6.c439 struct ip6_direct_ctx *ip6dc; in frag6_input() local
888 mtag = m_tag_alloc(MTAG_ABI_IPV6, IPV6_TAG_DIRECT, sizeof(*ip6dc), in frag6_input()
893 ip6dc = (struct ip6_direct_ctx *)(mtag + 1); in frag6_input()
894 ip6dc->ip6dc_nxt = nxt; in frag6_input()
895 ip6dc->ip6dc_off = offset; in frag6_input()
H A Dip6_input.c478 struct ip6_direct_ctx *ip6dc; in ip6_direct_input() local
483 ip6dc = (struct ip6_direct_ctx *)(mtag + 1); in ip6_direct_input()
484 nxt = ip6dc->ip6dc_nxt; in ip6_direct_input()
485 off = ip6dc->ip6dc_off; in ip6_direct_input()