Searched refs:ip6dc (Results 1 – 2 of 2) sorted by relevance
439 struct ip6_direct_ctx *ip6dc; in frag6_input() local888 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()
478 struct ip6_direct_ctx *ip6dc; in ip6_direct_input() local483 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()