Searched refs:RTA_PREFSRC (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 368 RTA_PREFSRC, enumerator
|
/openbmc/linux/net/ipv4/ |
H A D | fib_frontend.c | 668 [RTA_PREFSRC] = { .type = NLA_U32 }, 794 case RTA_PREFSRC: in rtm_to_fib_config()
|
H A D | fib_semantics.c | 1818 nla_put_in_addr(skb, RTA_PREFSRC, fi->fib_prefsrc)) in fib_dump_info()
|
H A D | ipmr.c | 2719 case RTA_PREFSRC: in rtm_to_ipmr_mfcc()
|
H A D | route.c | 2984 if (nla_put_in_addr(skb, RTA_PREFSRC, fl4->saddr)) in rt_fill_info()
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | 4982 [RTA_PREFSRC] = { .len = sizeof(struct in6_addr) }, 5088 if (tb[RTA_PREFSRC]) in rtm_to_fib6_config() 5089 cfg->fc_prefsrc = nla_get_in6_addr(tb[RTA_PREFSRC]); in rtm_to_fib6_config() 5682 nla_put_in6_addr(skb, RTA_PREFSRC, &saddr_buf)) in rt6_fill_node() 5689 if (nla_put_in6_addr(skb, RTA_PREFSRC, &saddr_buf)) in rt6_fill_node()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipsec.c | 450 if (rtattr_pack(&req.nh, sizeof(req), RTA_PREFSRC, &src, sizeof(src))) in ip4_route_set()
|