Searched defs:ip_nat_protocol (Results 1 – 1 of 1) sorted by relevance
10 struct ip_nat_protocol struct12 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