Searched refs:RTA_PREFSRC (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | rtnetlink.h | 377 RTA_PREFSRC, enumerator
|
| /linux-6.15/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | netlink.c | 272 if (rtattr_pack(&req.nh, sizeof(req), RTA_PREFSRC, &src, addr_len)) in __ip_route_add()
|
| /linux-6.15/net/ipv4/ |
| H A D | fib_frontend.c | 674 [RTA_PREFSRC] = { .type = NLA_U32 }, 800 case RTA_PREFSRC: in rtm_to_fib_config()
|
| H A D | fib_semantics.c | 1768 nla_put_in_addr(skb, RTA_PREFSRC, fi->fib_prefsrc)) in fib_dump_info()
|
| H A D | ipmr.c | 2725 case RTA_PREFSRC: in rtm_to_ipmr_mfcc()
|
| H A D | route.c | 2980 if (nla_put_in_addr(skb, RTA_PREFSRC, fl4->saddr)) in rt_fill_info()
|
| /linux-6.15/net/ipv6/ |
| H A D | route.c | 5034 [RTA_PREFSRC] = { .len = sizeof(struct in6_addr) }, 5147 if (tb[RTA_PREFSRC]) in rtm_to_fib6_config() 5148 cfg->fc_prefsrc = nla_get_in6_addr(tb[RTA_PREFSRC]); in rtm_to_fib6_config() 5751 nla_put_in6_addr(skb, RTA_PREFSRC, &saddr_buf)) in rt6_fill_node() 5758 if (nla_put_in6_addr(skb, RTA_PREFSRC, &saddr_buf)) in rt6_fill_node()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | ipsec.c | 451 if (rtattr_pack(&req.nh, sizeof(req), RTA_PREFSRC, &src, sizeof(src))) in ip4_route_set()
|