Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dinet_ecn.h136 static inline int IP6_ECN_set_ce(struct sk_buff *skb, struct ipv6hdr *iph) in IP6_ECN_set_ce() function
186 return IP6_ECN_set_ce(skb, ipv6_hdr(skb)); in INET_ECN_set_ce()
/Linux-v5.10/net/xfrm/
Dxfrm_input.c263 IP6_ECN_set_ce(skb, inner_iph); in ipip6_ecn_decapsulate()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c879 IP6_ECN_set_ce(skb, (struct ipv6hdr *)ip)); in mlx5e_enable_ecn()