Searched refs:skb_mac_header_was_set (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/net/netfilter/
H A Dnf_dup_netdev.c26 if (hook == NF_NETDEV_INGRESS && skb_mac_header_was_set(skb)) {
H A Dnfnetlink_log.c406 if (!skb_mac_header_was_set(skb))
423 if (!skb_mac_header_was_set(skb))
570 skb_mac_header_was_set(skb) &&
584 if (indev && skb_mac_header_was_set(skb)) {
735 if (in && skb_mac_header_was_set(skb)) {
H A Dnf_tables_trace.c114 if (!skb_mac_header_was_set(skb))
H A Dnft_payload.c182 if (!skb_mac_header_was_set(skb) || skb_mac_header_len(skb) == 0)
825 if (!skb_mac_header_was_set(skb))
H A Dnfnetlink_queue.c493 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb))
511 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb))
740 skb_mac_header_was_set(entskb) &&
/linux-master/include/net/
H A Dmac802154.h240 if (WARN_ON(!skb_mac_header_was_set(skb) ||
/linux-master/net/hsr/
H A Dhsr_slave.c35 if (!skb_mac_header_was_set(skb)) {
H A Dhsr_framereg.c208 if (!skb_mac_header_was_set(skb))
389 if (!skb_mac_header_was_set(skb)) {
411 if (!skb_mac_header_was_set(skb)) {
H A Dhsr_forward.c43 WARN_ON_ONCE(!skb_mac_header_was_set(skb));
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c185 if (skb_mac_header_was_set(skb))
/linux-master/include/trace/events/
H A Dnet.h212 __entry->mac_header_valid = skb_mac_header_was_set(skb);
/linux-master/include/linux/
H A Dif_vlan.h362 if (skb_mac_header_was_set(skb))
H A Dskbuff.h2969 static inline int skb_mac_header_was_set(const struct sk_buff *skb) function
2976 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb));
2987 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb));
3026 if (skb_mac_header_was_set(skb)) {
/linux-master/net/ipv6/
H A Dseg6_iptunnel.c418 if (!skb_mac_header_was_set(skb))
H A Dreassembly.c287 if (skb_mac_header_was_set(skb))
/linux-master/drivers/net/ipvlan/
H A Dipvlan_core.c519 if (skb_mac_header_was_set(skb)) {
/linux-master/net/sched/
H A Dact_pedit.c363 if (skb_mac_header_was_set(skb)) {
/linux-master/net/core/
H A Ddrop_monitor.c502 if (!skb_mac_header_was_set(skb))
974 if (!skb_mac_header_was_set(skb))
H A Dskbuff.c1330 has_mac = skb_mac_header_was_set(skb);
2082 if (skb_mac_header_was_set(skb))
/linux-master/drivers/net/
H A Dvrf.c1278 if (skb_mac_header_was_set(skb) && dev_has_header(orig_dev))
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c728 if (!skb_mac_header_was_set(skb)) {
/linux-master/kernel/bpf/
H A Dcore.c81 if (unlikely(!skb_mac_header_was_set(skb)))
/linux-master/net/
H A Dsocket.c873 if (!skb_mac_header_was_set(skb))
/linux-master/net/ipv4/
H A Droute.c1777 if (dev->hard_header_len && skb_mac_header_was_set(skb)) {
/linux-master/net/mac80211/
H A Drx.c780 !skb_mac_header_was_set(origskb))) {

Completed in 311 milliseconds

12