Lines Matching refs:nfproto
24 u8 nfproto; member
101 u8 nfproto, mrev = 0; in get_xt_match() local
122 nfproto = nla_get_u8(tb[TCA_EM_IPT_NFPROTO]); in get_xt_match()
123 return xt_request_find_match(nfproto, m->match_name, mrev); in get_xt_match()
133 u8 nfproto; in em_ipt_change() local
144 nfproto = nla_get_u8(tb[TCA_EM_IPT_NFPROTO]); in em_ipt_change()
145 switch (nfproto) { in em_ipt_change()
168 im->nfproto = nfproto; in em_ipt_change()
211 u8 nfproto = im->match->family; in em_ipt_match() local
219 if (nfproto == NFPROTO_UNSPEC) in em_ipt_match()
220 nfproto = NFPROTO_IPV4; in em_ipt_match()
225 if (nfproto == NFPROTO_UNSPEC) in em_ipt_match()
226 nfproto = NFPROTO_IPV6; in em_ipt_match()
237 nf_hook_state_init(&state, im->hook, nfproto, in em_ipt_match()
260 if (nla_put_u8(skb, TCA_EM_IPT_NFPROTO, im->nfproto) < 0) in em_ipt_dump()