Home
last modified time | relevance | path

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

/include/net/
Dinet_ecn.h176 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()
Dip_tunnels.h381 __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()
/include/linux/
Dif_vlan.h657 static inline __be16 skb_protocol(const struct sk_buff *skb, bool skip_vlan) in skb_protocol() function