Home
last modified time | relevance | path

Searched refs:IP_ECN_set_ce (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dinet_ecn.h76 static inline int IP_ECN_set_ce(struct iphdr *iph) in IP_ECN_set_ce() function
131 * IP_ECN_set_ce() has to tweak IPV4 checksum when setting CE,
180 return IP_ECN_set_ce(ip_hdr(skb)); in INET_ECN_set_ce()
/kernel/linux/linux-6.6/include/net/
H A Dinet_ecn.h77 static inline int IP_ECN_set_ce(struct iphdr *iph) in IP_ECN_set_ce() function
129 * IP_ECN_set_ce() has to tweak IPV4 checksum when setting CE,
178 return IP_ECN_set_ce(ip_hdr(skb)); in INET_ECN_set_ce()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_input.c226 IP_ECN_set_ce(inner_iph); in ipip_ecn_decapsulate()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_input.c230 IP_ECN_set_ce(inner_iph); in ipip_ecn_decapsulate()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c879 rc = ((proto == htons(ETH_P_IP)) ? IP_ECN_set_ce((struct iphdr *)ip) : in mlx5e_enable_ecn()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1388 rc = ((proto == htons(ETH_P_IP)) ? IP_ECN_set_ce((struct iphdr *)ip) : in mlx5e_enable_ecn()

Completed in 11 milliseconds