Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnetfilter_bridge.h16 if (dst && (dst->flags & DST_FAKE_RTABLE)) in br_drop_fake_rtable()
/Linux-v4.19/net/bridge/
Dbr_nf_core.c82 rt->dst.flags = DST_NOXFRM | DST_FAKE_RTABLE; in br_netfilter_rtable_init()
/Linux-v4.19/include/net/
Ddst.h53 #define DST_FAKE_RTABLE 0x0010 macro