Searched refs:RTO_ONLINK (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | route.h | 41 #define RTO_ONLINK 0x01 macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | route.h | 38 #define RTO_ONLINK 0x01 macro
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | arp.c | 1038 struct rtable *rt = ip_route_output(net, ip, 0, RTO_ONLINK, 0); in arp_req_set() 1170 struct rtable *rt = ip_route_output(net, ip, 0, RTO_ONLINK, 0); in arp_req_delete()
|
H A D | raw.c | 607 tos |= RTO_ONLINK; in raw_sendmsg()
|
H A D | ping.c | 780 tos |= RTO_ONLINK; in ping_v4_sendmsg()
|
H A D | route.c | 117 ((oldflp4)->flowi4_tos & (IPTOS_RT_MASK | RTO_ONLINK)) 538 fl4->flowi4_scope = tos & RTO_ONLINK ? in ip_rt_fix_tos()
|
H A D | udp.c | 1185 tos |= RTO_ONLINK; in udp_sendmsg()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 1059 struct rtable *rt = ip_route_output(net, ip, 0, RTO_ONLINK, 0); in arp_req_set() 1191 struct rtable *rt = ip_route_output(net, ip, 0, RTO_ONLINK, 0); in arp_req_delete()
|
H A D | route.c | 110 ((oldflp4)->flowi4_tos & (IPTOS_RT_MASK | RTO_ONLINK)) 506 if (tos & RTO_ONLINK) in ip_rt_fix_tos()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 2819 RTO_ONLINK, 0); in bond_arp_send_all()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 3016 RTO_ONLINK, 0); in bond_arp_send_all()
|
Completed in 34 milliseconds