Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_nat_protocol.h10 struct ip_nat_protocol struct
12 struct list_head list;
15 const char *name;
18 unsigned int protonum;
22 void (*manip_pkt)(struct iphdr *iph, size_t len,
50 extern int ip_nat_protocol_register(struct ip_nat_protocol *proto); argument