Searched refs:skb_protocol (Results 1 – 3 of 3) sorted by relevance
176 switch (skb_protocol(skb, true)) { in INET_ECN_set_ce()195 switch (skb_protocol(skb, true)) { in INET_ECN_set_ect1()276 switch (skb_protocol(skb, true)) { in IP_ECN_decapsulate()295 switch (skb_protocol(skb, true)) { in IP6_ECN_decapsulate()
381 __be16 payload_protocol = skb_protocol(skb, true); in ip_tunnel_get_dsfield()394 __be16 payload_protocol = skb_protocol(skb, true); in ip_tunnel_get_ttl()
657 static inline __be16 skb_protocol(const struct sk_buff *skb, bool skip_vlan) in skb_protocol() function