Searched defs:nf_bridge_info (Results 1 – 1 of 1) sorted by relevance
170 struct nf_bridge_info { struct171 atomic_t use;172 enum {176 } orig_proto:8;177 u8 pkt_otherhost:1;178 u8 in_prerouting:1;179 u8 bridged_dnat:1;180 __u16 frag_max_size;181 struct net_device *physindev;184 struct net_device *physoutdev;[all …]