Home
last modified time | relevance | path

Searched refs:nfproto (Results 1 – 6 of 6) sorted by relevance

/net/sched/
A Dem_ipt.c24 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()
133 u8 nfproto; in em_ipt_change() local
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()
[all …]
/net/netfilter/
A Dnf_conntrack_proto.c419 u8 nfproto = (unsigned long)_nfproto; in nf_ct_tcp_fixup() local
421 if (nf_ct_l3num(ct) != nfproto) in nf_ct_tcp_fixup()
443 switch (nfproto) { in nf_ct_netns_do_get()
516 .data = (void *)(unsigned long)nfproto, in nf_ct_netns_do_get()
529 switch (nfproto) { in nf_ct_netns_do_put()
579 int nf_ct_netns_get(struct net *net, u8 nfproto) in nf_ct_netns_get() argument
583 switch (nfproto) { in nf_ct_netns_get()
599 err = nf_ct_netns_do_get(net, nfproto); in nf_ct_netns_get()
606 void nf_ct_netns_put(struct net *net, uint8_t nfproto) in nf_ct_netns_put() argument
608 switch (nfproto) { in nf_ct_netns_put()
[all …]
A Dnft_fwd_netdev.c91 u8 nfproto; member
106 switch (priv->nfproto) { in nft_fwd_neigh_eval()
168 priv->nfproto = ntohl(nla_get_be32(tb[NFTA_FWD_NFPROTO])); in nft_fwd_neigh_init()
170 switch (priv->nfproto) { in nft_fwd_neigh_init()
197 nla_put_be32(skb, NFTA_FWD_NFPROTO, htonl(priv->nfproto))) in nft_fwd_neigh_dump()
A Dx_tables.c228 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision) in xt_request_find_match() argument
235 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
237 request_module("%st_%s", xt_prefix[nfproto], name); in xt_request_find_match()
238 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
432 names = (nfproto == NFPROTO_ARP) ? arp_names : inetbr_names; in textify_hooks()
433 max = (nfproto == NFPROTO_ARP) ? ARRAY_SIZE(arp_names) : in textify_hooks()
1590 uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file)); in xt_mttg_seq_next() local
1608 mutex_lock(&xt[nfproto].mutex); in xt_mttg_seq_next()
1610 &xt[nfproto].target : &xt[nfproto].match; in xt_mttg_seq_next()
1639 uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file)); in xt_mttg_seq_stop() local
[all …]
A Dnf_nat_proto.c497 u8 nfproto, u8 proto, void *data, __sum16 *check, in nf_nat_csum_recalc() argument
500 switch (nfproto) { in nf_nat_csum_recalc()
/net/bpf/
A Dtest_run.c1622 static __be16 nfproto_eth(int nfproto) in nfproto_eth() argument
1624 switch (nfproto) { in nfproto_eth()

Completed in 17 milliseconds