Home
last modified time | relevance | path

Searched refs:IPSKB_MULTIPATH (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/ipv4/
H A Dip_input.c586 IPCB(skb)->flags & IPSKB_MULTIPATH) in ip_extract_route_hint()
H A Droute.c2158 IPCB(skb)->flags |= IPSKB_MULTIPATH; in ip_mkroute_input()
/linux-6.15/include/net/
H A Dip.h61 #define IPSKB_MULTIPATH BIT(9) macro