Searched defs:nf_bridge_info (Results 1 – 1 of 1) sorted by relevance
251 struct nf_bridge_info { struct252 enum {256 } orig_proto:8;257 u8 pkt_otherhost:1;258 u8 in_prerouting:1;259 u8 bridged_dnat:1;260 __u16 frag_max_size;261 struct net_device *physindev;264 struct net_device *physoutdev;265 union {