| /Linux-v6.1/include/net/ |
| D | inet_ecn.h | 174 switch (skb_protocol(skb, true)) { in INET_ECN_set_ce() 193 switch (skb_protocol(skb, true)) { in skb_get_dsfield() 210 switch (skb_protocol(skb, true)) { in INET_ECN_set_ect1() 291 switch (skb_protocol(skb, true)) { in IP_ECN_decapsulate() 310 switch (skb_protocol(skb, true)) { in IP6_ECN_decapsulate()
|
| D | ip_tunnels.h | 399 __be16 payload_protocol = skb_protocol(skb, true); in ip_tunnel_get_dsfield() 412 __be16 payload_protocol = skb_protocol(skb, true); in ip_tunnel_get_ttl()
|
| /Linux-v6.1/net/sched/ |
| D | sch_frag.c | 94 if (skb_protocol(skb, true) == htons(ETH_P_IP)) { in sch_fragment() 109 } else if (skb_protocol(skb, true) == htons(ETH_P_IPV6)) { in sch_fragment() 129 ntohs(skb_protocol(skb, true)), mru, in sch_fragment()
|
| D | cls_flow.c | 83 return addr_fold(skb_dst(skb)) ^ (__force u16)skb_protocol(skb, true); in flow_get_dst() 107 return addr_fold(skb_dst(skb)) ^ (__force u16)skb_protocol(skb, true); in flow_get_proto_dst() 154 switch (skb_protocol(skb, true)) { in flow_get_nfct_src() 167 switch (skb_protocol(skb, true)) { in flow_get_nfct_dst()
|
| D | sch_dsmark.c | 210 switch (skb_protocol(skb, true)) { in dsmark_enqueue() 303 switch (skb_protocol(skb, true)) { in dsmark_dequeue() 320 __func__, ntohs(skb_protocol(skb, true))); in dsmark_dequeue()
|
| D | em_ipset.c | 62 switch (skb_protocol(skb, true)) { in em_ipset_match()
|
| D | act_connmark.c | 45 switch (skb_protocol(skb, true)) { in tcf_connmark_act()
|
| D | em_ipt.c | 215 switch (skb_protocol(skb, true)) { in em_ipt_match()
|
| D | act_skbmod.c | 51 switch (skb_protocol(skb, true)) { in tcf_skbmod_act()
|
| D | act_ctinfo.c | 98 switch (skb_protocol(skb, true)) { in tcf_ctinfo_act()
|
| D | sch_teql.c | 244 err = dev_hard_header(skb, dev, ntohs(skb_protocol(skb, false)), in __teql_resolve()
|
| D | act_mpls.c | 84 new_lse = tcf_mpls_get_lse(NULL, p, !eth_p_mpls(skb_protocol(skb, true))); in tcf_mpls_act()
|
| D | act_skbedit.c | 57 switch (skb_protocol(skb, true)) { in tcf_skbedit_act()
|
| D | act_csum.c | 587 protocol = skb_protocol(skb, false); in tcf_csum_act()
|
| D | act_ct.c | 719 switch (skb_protocol(skb, true)) { in tcf_ct_skb_nf_family() 857 __be16 proto = skb_protocol(skb, true); in ct_nat_execute()
|
| D | em_meta.c | 198 dst->value = skb_protocol(skb, false); in META_COLLECTOR()
|
| D | sch_cake.c | 595 if (skb_protocol(skb, true) != htons(ETH_P_IP)) in cake_update_flowkeys() 1564 switch (skb_protocol(skb, true)) { in cake_handle_diffserv()
|
| D | cls_api.c | 1560 __be16 protocol = skb_protocol(skb, false); in __tcf_classify()
|
| D | cls_flower.c | 326 skb_key.basic.n_proto = skb_protocol(skb, false); in fl_classify()
|
| /Linux-v6.1/include/linux/ |
| D | if_vlan.h | 637 static inline __be16 skb_protocol(const struct sk_buff *skb, bool skip_vlan) in skb_protocol() function
|
| /Linux-v6.1/net/ipv4/ |
| D | ip_tunnel.c | 656 payload_protocol = skb_protocol(skb, true); in ip_tunnel_xmit()
|
| /Linux-v6.1/net/ipv6/ |
| D | ip6_tunnel.c | 1088 payload_protocol = skb_protocol(skb, true); in ip6_tnl_xmit()
|
| D | ip6_gre.c | 928 payload_protocol = skb_protocol(skb, true); in ip6gre_tunnel_xmit()
|
| /Linux-v6.1/net/core/ |
| D | filter.c | 6955 switch (skb_protocol(skb, true)) { in BPF_CALL_1()
|