Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet_ecn.h91 static inline int IP_ECN_set_ce(struct iphdr *iph) in IP_ECN_set_ce() function
192 return IP_ECN_set_ce(ip_hdr(skb)); in INET_ECN_set_ce()
/linux/net/xfrm/
H A Dxfrm_input.c234 IP_ECN_set_ce(inner_iph); in ipip_ecn_decapsulate()
H A Dxfrm_iptfs.c681 IP_ECN_set_ce(iph); in iptfs_complete_inner_skb()
1782 IP_ECN_set_ce(iph); in iptfs_enqueue()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1233 rc = ((proto == htons(ETH_P_IP)) ? IP_ECN_set_ce((struct iphdr *)ip) : in mlx5e_enable_ecn()