Home
last modified time | relevance | path

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

/linux-3.3/include/net/netfilter/
Dnf_nat_protocol.h9 struct nf_nat_protocol { struct
11 unsigned int protonum;
15 bool (*manip_pkt)(struct sk_buff *skb,
40 extern int nf_nat_protocol_register(const struct nf_nat_protocol *proto); argument