Searched refs:e6 (Results 1 – 2 of 2) sorted by relevance
55 struct ip6t_entry e6; member157 entry->e6.ipv6.flags |= IP6T_F_PROTO; in nft_target_set_tgchk_param()159 entry->e6.ipv6.proto = proto; in nft_target_set_tgchk_param()160 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_target_set_tgchk_param()447 entry->e6.ipv6.flags |= IP6T_F_PROTO; in nft_match_set_mtchk_param()449 entry->e6.ipv6.proto = proto; in nft_match_set_mtchk_param()450 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_match_set_mtchk_param()
47 struct ip6t_entry e6; in check_match() member