Home
last modified time | relevance | path

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

/linux/net/ipv6/netfilter/
H A Dip6t_eui64.c28 if (!skb_mac_header_was_set(skb) || skb_mac_header_len(skb) < ETH_HLEN) { in eui64_mt6()
/linux/net/netfilter/
H A Dnf_dup_netdev.c24 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()
426 if (!skb_mac_header_was_set(skb)) in nfulnl_put_bridge()
571 skb_mac_header_was_set(skb) && in __build_packet_message()
585 if (indev && skb_mac_header_was_set(skb)) { in __build_packet_message()
739 if (in && skb_mac_header_was_set(skb)) { in nfulnl_log_packet()
H A Dnf_tables_trace.c161 if (!skb_mac_header_was_set(skb)) in nf_trace_fill_pkt_info()
H A Dnfnetlink_queue.c584 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_get_bridge_size()
603 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_put_bridge()
840 skb_mac_header_was_set(entskb) && in nfqnl_build_packet_message()
H A Dnf_flow_table_ip.c541 if (skb_mac_header_was_set(skb)) in nf_flow_vlan_push()
/linux/net/hsr/
H A Dhsr_framereg.c266 if (!skb_mac_header_was_set(skb)) in hsr_get_node()
516 if (!skb_mac_header_was_set(skb)) { in hsr_addr_subst_source()
538 if (!skb_mac_header_was_set(skb)) { in hsr_addr_subst_dest()
/linux/include/net/
H A Dmac802154.h240 if (WARN_ON(!skb_mac_header_was_set(skb) || in ieee802154_get_fc_from_skb()
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c185 if (skb_mac_header_was_set(skb)) in rmnet_bridge_handler()
/linux/net/xfrm/
H A Dxfrm_input.c403 skb_mac_header_was_set(skb) ? skb_mac_header_len(skb) : 0; in xfrm4_transport_input()
422 skb_mac_header_was_set(skb) ? skb_mac_header_len(skb) : 0; in xfrm6_transport_input()
H A Dxfrm_iptfs.c967 old_mac = skb_mac_header_was_set(skb) ? skb_mac_header(skb) : NULL; in __input_process_payload()
/linux/include/linux/
H A Dskbuff.h2994 static inline int skb_mac_header_was_set(const struct sk_buff *skb) in skb_mac_header_was_set() function
3001 if (!skb_mac_header_was_set(skb)) { in skb_reset_mac_len()
3149 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header()
3160 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header_len()
3202 if (skb_mac_header_was_set(skb)) { in skb_mac_header_rebuild()
3216 if (skb_mac_header_was_set(skb)) { in skb_mac_header_rebuild_full()
/linux/net/core/
H A Ddrop_monitor.c504 if (!skb_mac_header_was_set(skb)) in net_dm_packet_trace_kfree_skb_hit()
976 if (!skb_mac_header_was_set(skb)) in net_dm_hw_trap_packet_probe()
H A Dskbuff.c1319 has_mac = skb_mac_header_was_set(skb); in skb_dump()
2126 if (skb_mac_header_was_set(skb)) in skb_headers_offset_update()
H A Dfilter.c233 if (offset >= SKF_LL_OFF && skb_mac_header_was_set(skb)) in bpf_skb_load_helper_convert_offset()
1837 if (unlikely(!skb_mac_header_was_set(skb))) in BPF_CALL_5()
/linux/net/sched/
H A Dact_pedit.c363 if (skb_mac_header_was_set(skb)) { in pedit_skb_hdr_offset()
/linux/net/ipv6/
H A Dseg6_iptunnel.c444 if (!skb_mac_header_was_set(skb)) in seg6_do_srh()
/linux/net/devlink/
H A Dhealth.c1299 has_mac = skb_mac_header_was_set(skb); in devlink_fmsg_dump_skb()
/linux/drivers/net/
H A Dvrf.c1194 if (skb_mac_header_was_set(skb) && dev_has_header(orig_dev)) in vrf_add_mac_header_if_unset()
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c728 if (!skb_mac_header_was_set(skb)) { in wil_is_ptk_eapol_key()
/linux/net/
H A Dsocket.c902 if (!skb_mac_header_was_set(skb)) in put_ts_pktinfo()
/linux/kernel/bpf/
H A Dcore.c84 if (unlikely(!skb_mac_header_was_set(skb))) in bpf_internal_load_pointer_neg_helper()
/linux/net/mac80211/
H A Drx.c860 !skb_mac_header_was_set(origskb))) { in ieee80211_rx_monitor()