Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_nat_l3proto.h5 struct nf_nat_l3proto { struct
6 u8 l3proto;
8 bool (*in_range)(const struct nf_conntrack_tuple *t,
11 u32 (*secure_port)(const struct nf_conntrack_tuple *t, __be16);
13 bool (*manip_pkt)(struct sk_buff *skb,
38 int nf_nat_l3proto_register(const struct nf_nat_l3proto *); argument