Home
last modified time | relevance | path

Searched refs:DST_FAKE_RTABLE (Results 1 – 4 of 4) sorted by relevance

/linux/net/bridge/
H A Dbr_nf_core.c76 rt->dst.flags = DST_NOXFRM | DST_FAKE_RTABLE; in br_netfilter_rtable_init()
/linux/include/linux/
H A Dnetfilter_bridge.h23 if (dst && (dst->flags & DST_FAKE_RTABLE)) in br_drop_fake_rtable()
/linux/net/netfilter/
H A Dnf_queue.c100 dst && (dst->flags & DST_FAKE_RTABLE)) in __nf_queue_entry_init_physdevs()
/linux/include/net/
H A Ddst.h46 #define DST_FAKE_RTABLE 0x0010 macro