Searched refs:ip6dc (Results 1 – 2 of 2) sorted by relevance
378 struct ip6_direct_ctx *ip6dc; in frag6_input() local846 mtag = m_tag_alloc(MTAG_ABI_IPV6, IPV6_TAG_DIRECT, sizeof(*ip6dc), in frag6_input()851 ip6dc = (struct ip6_direct_ctx *)(mtag + 1); in frag6_input()852 ip6dc->ip6dc_nxt = nxt; in frag6_input()853 ip6dc->ip6dc_off = offset; in frag6_input()
488 struct ip6_direct_ctx *ip6dc; in ip6_direct_input() local493 ip6dc = (struct ip6_direct_ctx *)(mtag + 1); in ip6_direct_input()494 nxt = ip6dc->ip6dc_nxt; in ip6_direct_input()495 off = ip6dc->ip6dc_off; in ip6_direct_input()