Searched refs:skb_protocol (Results 1 - 24 of 24) sorted by relevance

/linux-master/include/net/
H A Dinet_ecn.h174 switch (skb_protocol(skb, true)) {
193 switch (skb_protocol(skb, true)) {
210 switch (skb_protocol(skb, true)) {
291 switch (skb_protocol(skb, true)) {
310 switch (skb_protocol(skb, true)) {
H A Dip_tunnels.h371 /* Essentially this is skb_protocol(skb, true)
443 __be16 payload_protocol = skb_protocol(skb, true);
456 __be16 payload_protocol = skb_protocol(skb, true);
467 __be16 payload_protocol = skb_protocol(skb, true);
/linux-master/net/sched/
H A Dsch_frag.c94 if (skb_protocol(skb, true) == htons(ETH_P_IP)) {
109 } else if (skb_protocol(skb, true) == htons(ETH_P_IPV6)) {
129 ntohs(skb_protocol(skb, true)), mru,
H A Dem_ipset.c62 switch (skb_protocol(skb, true)) {
H A Dem_ipt.c215 switch (skb_protocol(skb, true)) {
H A Dcls_flow.c84 return addr_fold(skb_dst(skb)) ^ (__force u16)skb_protocol(skb, true);
108 return addr_fold(skb_dst(skb)) ^ (__force u16)skb_protocol(skb, true);
155 switch (skb_protocol(skb, true)) {
168 switch (skb_protocol(skb, true)) {
H A Dact_connmark.c49 switch (skb_protocol(skb, true)) {
H A Dact_skbmod.c53 switch (skb_protocol(skb, true)) {
H A Dsch_teql.c244 err = dev_hard_header(skb, dev, ntohs(skb_protocol(skb, false)),
H A Dact_skbedit.c59 switch (skb_protocol(skb, true)) {
H A Dact_ctinfo.c100 switch (skb_protocol(skb, true)) {
H A Dact_csum.c588 protocol = skb_protocol(skb, false);
H A Dact_mpls.c86 new_lse = tcf_mpls_get_lse(NULL, p, !eth_p_mpls(skb_protocol(skb, true)));
H A Dem_meta.c198 dst->value = skb_protocol(skb, false);
H A Dsch_cake.c596 if (skb_protocol(skb, true) != htons(ETH_P_IP))
1565 switch (skb_protocol(skb, true)) {
H A Dact_ct.c783 switch (skb_protocol(skb, true)) {
H A Dcls_api.c1699 __be16 protocol = skb_protocol(skb, false);
H A Dcls_flower.c332 skb_key.basic.n_proto = skb_protocol(skb, false);
/linux-master/net/netfilter/
H A Dnf_nat_ovs.c15 __be16 proto = skb_protocol(skb, true);
/linux-master/include/linux/
H A Dif_vlan.h660 static inline __be16 skb_protocol(const struct sk_buff *skb, bool skip_vlan) function
/linux-master/net/ipv4/
H A Dip_tunnel.c700 payload_protocol = skb_protocol(skb, true);
/linux-master/net/ipv6/
H A Dip6_tunnel.c1101 payload_protocol = skb_protocol(skb, true);
H A Dip6_gre.c910 payload_protocol = skb_protocol(skb, true);
/linux-master/net/core/
H A Dfilter.c7245 switch (skb_protocol(skb, true)) {

Completed in 215 milliseconds