Home
last modified time | relevance | path

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

/linux-6.1.9/net/bridge/
Dbr_nf_core.c79 rt->dst.flags = DST_NOXFRM | DST_FAKE_RTABLE; in br_netfilter_rtable_init()
/linux-6.1.9/include/linux/
Dnetfilter_bridge.h23 if (dst && (dst->flags & DST_FAKE_RTABLE)) in br_drop_fake_rtable()
/linux-6.1.9/include/net/
Ddst.h42 #define DST_FAKE_RTABLE 0x0010 macro