Home
last modified time | relevance | path

Searched refs:skb_mac_header_was_set (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/net/netfilter/
H A Dnf_dup_netdev.c26 if (hook == NF_NETDEV_INGRESS && skb_mac_header_was_set(skb)) { in nf_do_netdev_egress()
H A Dnfnetlink_log.c406 if (!skb_mac_header_was_set(skb)) in nfulnl_get_bridge_size()
423 if (!skb_mac_header_was_set(skb)) in nfulnl_put_bridge()
570 skb_mac_header_was_set(skb) && in __build_packet_message()
584 if (indev && skb_mac_header_was_set(skb)) { in __build_packet_message()
735 if (in && skb_mac_header_was_set(skb)) { in nfulnl_log_packet()
H A Dnf_tables_trace.c114 if (!skb_mac_header_was_set(skb)) in nf_trace_fill_pkt_info()
H A Dnfnetlink_queue.c343 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_get_bridge_size()
361 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_put_bridge()
590 skb_mac_header_was_set(entskb) && in nfqnl_build_packet_message()
H A Dnft_payload.c173 if (!skb_mac_header_was_set(skb) || skb_mac_header_len(skb) == 0) in nft_payload_eval()
866 if (!skb_mac_header_was_set(skb)) in nft_payload_set_eval()
/openbmc/linux/net/hsr/
H A Dhsr_framereg.c208 if (!skb_mac_header_was_set(skb)) in hsr_get_node()
389 if (!skb_mac_header_was_set(skb)) { in hsr_addr_subst_source()
411 if (!skb_mac_header_was_set(skb)) { in hsr_addr_subst_dest()
H A Dhsr_slave.c35 if (!skb_mac_header_was_set(skb)) { in hsr_handle_frame()
H A Dhsr_forward.c43 WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in is_supervision_frame()
/openbmc/linux/include/net/
H A Dmac802154.h240 if (WARN_ON(!skb_mac_header_was_set(skb) || in ieee802154_get_fc_from_skb()
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c185 if (skb_mac_header_was_set(skb)) in rmnet_bridge_handler()
/openbmc/linux/net/xfrm/
H A Dxfrm_input.c399 skb_mac_header_was_set(skb) ? skb_mac_header_len(skb) : 0; in xfrm4_transport_input()
418 skb_mac_header_was_set(skb) ? skb_mac_header_len(skb) : 0; in xfrm6_transport_input()
/openbmc/linux/include/trace/events/
H A Dnet.h212 __entry->mac_header_valid = skb_mac_header_was_set(skb);
/openbmc/linux/include/linux/
H A Dif_vlan.h362 if (skb_mac_header_was_set(skb)) in __vlan_insert_inner_tag()
H A Dskbuff.h2900 static inline int skb_mac_header_was_set(const struct sk_buff *skb) in skb_mac_header_was_set() function
2907 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header()
2918 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header_len()
2957 if (skb_mac_header_was_set(skb)) { in skb_mac_header_rebuild()
2971 if (skb_mac_header_was_set(skb)) { in skb_mac_header_rebuild_full()
/openbmc/linux/net/ipv6/
H A Dreassembly.c287 if (skb_mac_header_was_set(skb)) in ip6_frag_reasm()
H A Dseg6_iptunnel.c426 if (!skb_mac_header_was_set(skb)) in seg6_do_srh()
/openbmc/linux/net/core/
H A Ddrop_monitor.c502 if (!skb_mac_header_was_set(skb)) in net_dm_packet_trace_kfree_skb_hit()
974 if (!skb_mac_header_was_set(skb)) in net_dm_hw_trap_packet_probe()
H A Dskbuff.c1181 has_mac = skb_mac_header_was_set(skb); in skb_dump()
1930 if (skb_mac_header_was_set(skb)) in skb_headers_offset_update()
/openbmc/linux/net/sched/
H A Dact_pedit.c363 if (skb_mac_header_was_set(skb)) { in pedit_skb_hdr_offset()
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_core.c533 if (skb_mac_header_was_set(skb)) { in ipvlan_process_outbound()
/openbmc/linux/drivers/net/
H A Dvrf.c1280 if (skb_mac_header_was_set(skb) && dev_has_header(orig_dev)) in vrf_add_mac_header_if_unset()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c728 if (!skb_mac_header_was_set(skb)) { in wil_is_ptk_eapol_key()
/openbmc/linux/kernel/bpf/
H A Dcore.c81 if (unlikely(!skb_mac_header_was_set(skb))) in bpf_internal_load_pointer_neg_helper()
/openbmc/linux/net/
H A Dsocket.c873 if (!skb_mac_header_was_set(skb)) in put_ts_pktinfo()
/openbmc/linux/net/ipv4/
H A Droute.c1797 if (dev->hard_header_len && skb_mac_header_was_set(skb)) { in ip_handle_martian_source()

12