Symbol: skb_protocol
include/net/inet_ecn.h
188
switch (skb_protocol(skb, true)) {
include/net/inet_ecn.h
207
switch (skb_protocol(skb, true)) {
include/net/inet_ecn.h
224
switch (skb_protocol(skb, true)) {
include/net/inet_ecn.h
305
switch (skb_protocol(skb, true)) {
include/net/inet_ecn.h
324
switch (skb_protocol(skb, true)) {
include/net/ip_tunnels.h
572
__be16 payload_protocol = skb_protocol(skb, true);
include/net/ip_tunnels.h
585
__be16 payload_protocol = skb_protocol(skb, true);
include/net/ip_tunnels.h
596
__be16 payload_protocol = skb_protocol(skb, true);
net/core/filter.c
7489
switch (skb_protocol(skb, true)) {
net/ipv4/ip_tunnel.c
688
payload_protocol = skb_protocol(skb, true);
net/ipv6/ip6_gre.c
890
payload_protocol = skb_protocol(skb, true);
net/ipv6/ip6_tunnel.c
1109
payload_protocol = skb_protocol(skb, true);
net/netfilter/nf_nat_ovs.c
18
__be16 proto = skb_protocol(skb, true);
net/sched/act_connmark.c
49
switch (skb_protocol(skb, true)) {
net/sched/act_csum.c
589
protocol = skb_protocol(skb, false);
net/sched/act_ct.c
791
switch (skb_protocol(skb, true)) {
net/sched/act_ctinfo.c
99
switch (skb_protocol(skb, true)) {
net/sched/act_mpls.c
84
new_lse = tcf_mpls_get_lse(NULL, p, !eth_p_mpls(skb_protocol(skb, true)));
net/sched/act_skbedit.c
57
switch (skb_protocol(skb, true)) {
net/sched/act_skbmod.c
52
switch (skb_protocol(skb, true)) {
net/sched/cls_api.c
1729
__be16 protocol = skb_protocol(skb, false);
net/sched/cls_flow.c
108
return addr_fold(skb_dst(skb)) ^ (__force u16)skb_protocol(skb, true);
net/sched/cls_flow.c
155
switch (skb_protocol(skb, true)) {
net/sched/cls_flow.c
168
switch (skb_protocol(skb, true)) {
net/sched/cls_flow.c
84
return addr_fold(skb_dst(skb)) ^ (__force u16)skb_protocol(skb, true);
net/sched/cls_flower.c
343
skb_key.basic.n_proto = skb_protocol(skb, false);
net/sched/em_ipset.c
62
switch (skb_protocol(skb, true)) {
net/sched/em_ipt.c
215
switch (skb_protocol(skb, true)) {
net/sched/em_meta.c
198
dst->value = skb_protocol(skb, false);
net/sched/sch_cake.c
1621
switch (skb_protocol(skb, true)) {
net/sched/sch_cake.c
595
if (skb_protocol(skb, true) != htons(ETH_P_IP))
net/sched/sch_dualpi2.c
312
switch (skb_protocol(skb, true)) {
net/sched/sch_frag.c
115
} else if (skb_protocol(skb, true) == htons(ETH_P_IPV6)) {
net/sched/sch_frag.c
137
ntohs(skb_protocol(skb, true)), mru,
net/sched/sch_frag.c
98
if (skb_protocol(skb, true) == htons(ETH_P_IP)) {
net/sched/sch_teql.c
246
err = dev_hard_header(skb, dev, ntohs(skb_protocol(skb, false)),