Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetfilter_bridge.h36 if (dst && (dst->flags & DST_FAKE_RTABLE)) in br_drop_fake_rtable()
/linux-4.1.27/net/bridge/
Dbr_nf_core.c83 rt->dst.flags = DST_NOXFRM | DST_FAKE_RTABLE; in br_netfilter_rtable_init()
/linux-4.1.27/include/net/
Ddst.h57 #define DST_FAKE_RTABLE 0x0040 macro