Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_nat_l4proto.h11 struct nf_nat_l4proto { struct
13 u8 l4proto;
18 bool (*manip_pkt)(struct sk_buff *skb,
46 int nf_nat_l4proto_register(u8 l3proto, const struct nf_nat_l4proto *l4proto); argument