Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Drtnetlink.h337 #define RTM_F_OFFLOAD 0x4000 /* route is offloaded */ macro
/linux-6.12.1/net/ipv4/
Dfib_semantics.c1854 rtm->rtm_flags |= RTM_F_OFFLOAD; in fib_dump_info()
/linux-6.12.1/Documentation/networking/
Dip-sysctl.rst236 Whether to emit RTM_NEWROUTE notifications whenever RTM_F_OFFLOAD/
2176 Whether to emit RTM_NEWROUTE notifications whenever RTM_F_OFFLOAD/
/linux-6.12.1/net/ipv6/
Droute.c5772 rtm->rtm_flags |= RTM_F_OFFLOAD; in rt6_fill_node()