Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dskbuff.h254 struct nf_bridge_info { struct
255 refcount_t use;
256 enum {
260 } orig_proto:8;
261 u8 pkt_otherhost:1;
262 u8 in_prerouting:1;
263 u8 bridged_dnat:1;
264 __u16 frag_max_size;
265 struct net_device *physindev;
268 struct net_device *physoutdev;
[all …]