Home
last modified time | relevance | path

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

12

/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()
H A Dnf_conntrack_reasm.c351 if (skb_mac_header_was_set(skb)) in nf_ct_frag6_reasm()
/linux/net/netfilter/
H A Dnfnetlink_log.c411 if (!skb_mac_header_was_set(skb)) in nfulnl_get_bridge_size()
431 if (!skb_mac_header_was_set(skb)) in nfulnl_put_bridge()
591 skb_mac_header_was_set(skb) && in __build_packet_message()
605 if (indev && skb_mac_header_was_set(skb)) { in __build_packet_message()
774 if (in && skb_mac_header_was_set(skb)) { in nfulnl_log_packet()
H A Dnf_log_syslog.c83 skb_mac_header_was_set(skb) && in dump_arp_packet()
803 if (!skb_mac_header_was_set(skb) || skb_mac_header_len(skb) < ETH_HLEN) in dump_mac_header()
818 if (dev->hard_header_len && skb_mac_header_was_set(skb) && in dump_mac_header()
H A Dnft_payload.c173 if (!skb_mac_header_was_set(skb) || skb_mac_header_len(skb) == 0) in nft_payload_eval()
1093 if (!skb_mac_header_was_set(skb)) in nft_payload_set_eval()
H A Dnfnetlink_queue.c628 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_get_bridge_size()
647 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_put_bridge()
903 skb_mac_header_was_set(entskb) && in nfqnl_build_packet_message()
H A Dnf_flow_table_ip.c529 if (skb_mac_header_was_set(skb)) in nf_flow_vlan_push()
/linux/net/hsr/
H A Dhsr_framereg.c264 if (!skb_mac_header_was_set(skb)) in hsr_get_node()
525 if (!skb_mac_header_was_set(skb)) { in hsr_addr_subst_source()
547 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()
/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.c188 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.c977 old_mac = skb_mac_header_was_set(skb) ? skb_mac_header(skb) : NULL; in __input_process_payload()
/linux/net/netfilter/ipset/
H A Dip_set_bitmap_ipmac.c225 !skb_mac_header_was_set(skb) || skb_mac_header_len(skb) < ETH_HLEN) in bitmap_ipmac_kadt()
/linux/include/linux/
H A Dskbuff.h2995 static inline int skb_mac_header_was_set(const struct sk_buff *skb) in skb_mac_header_was_set() function
3002 if (!skb_mac_header_was_set(skb)) { in skb_reset_mac_len()
3179 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header()
3190 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header_len()
3232 if (skb_mac_header_was_set(skb)) { in skb_mac_header_rebuild()
3246 if (skb_mac_header_was_set(skb)) { in skb_mac_header_rebuild_full()
/linux/net/core/
H A Ddrop_monitor.c503 if (!skb_mac_header_was_set(skb)) in net_dm_packet_trace_kfree_skb_hit()
971 if (!skb_mac_header_was_set(skb)) in net_dm_hw_trap_packet_probe()
H A Dflow_dissector.c1187 skb_mac_header_was_set(skb)) in __skb_flow_dissect()
H A Dskbuff.c1328 has_mac = skb_mac_header_was_set(skb); in skb_dump()
2138 if (skb_mac_header_was_set(skb)) in skb_headers_offset_update()
/linux/net/sched/
H A Dact_pedit.c357 if (skb_mac_header_was_set(skb)) { in pedit_skb_hdr_offset()
/linux/net/ipv6/
H A Dseg6_iptunnel.c446 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.c916 if (!skb_mac_header_was_set(skb)) in put_ts_pktinfo()

12