Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dinet_ecn.h76 static inline int IP_ECN_set_ce(struct iphdr *iph) in IP_ECN_set_ce() function
180 return IP_ECN_set_ce(ip_hdr(skb)); in INET_ECN_set_ce()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_input.c226 IP_ECN_set_ce(inner_iph); in ipip_ecn_decapsulate()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c879 rc = ((proto == htons(ETH_P_IP)) ? IP_ECN_set_ce((struct iphdr *)ip) : in mlx5e_enable_ecn()