Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dem_ipt.c24 u8 nfproto; member
101 u8 nfproto, mrev = 0; in get_xt_match() local
133 u8 nfproto; in em_ipt_change() local
211 u8 nfproto = im->match->family; in em_ipt_match() local
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto.c422 u8 nfproto = (unsigned long)_nfproto; in nf_ct_tcp_fixup() local
438 static int nf_ct_netns_do_get(struct net *net, u8 nfproto) in nf_ct_netns_do_get()
527 static void nf_ct_netns_do_put(struct net *net, u8 nfproto) in nf_ct_netns_do_put()
582 int nf_ct_netns_get(struct net *net, u8 nfproto) in nf_ct_netns_get()
609 void nf_ct_netns_put(struct net *net, uint8_t nfproto) in nf_ct_netns_put()
H A Dnft_fwd_netdev.c91 u8 nfproto; member
H A Dx_tables.c228 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision) in xt_request_find_match()
417 textify_hooks(char *buf, size_t size, unsigned int mask, uint8_t nfproto) in textify_hooks()
1587 uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file)); in xt_mttg_seq_next() local
1636 uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file)); in xt_mttg_seq_stop() local
H A Dnf_nat_proto.c540 u8 nfproto, u8 proto, void *data, __sum16 *check, in nf_nat_csum_recalc()
/openbmc/linux/net/bpf/
H A Dtest_run.c1561 static __be16 nfproto_eth(int nfproto) in nfproto_eth()