Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Drtnetlink.h284 #define RTPROT_UNSPEC 0 macro
/linux-6.15/net/core/
H A Dfib_rules.c609 nlrule->proto = nla_get_u8_default(tb[FRA_PROTOCOL], RTPROT_UNSPEC); in fib_nl2rule()
/linux-6.15/net/ipv4/
H A Droute.c2953 r->rtm_protocol = RTPROT_UNSPEC; in rt_fill_info()
/linux-6.15/net/ipv6/
H A Droute.c3822 if (cfg->fc_protocol == RTPROT_UNSPEC) in ip6_route_info_create()