Home
last modified time | relevance | path

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

12

/linux-6.15/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 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()
H A Dnfnetlink_queue.c495 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_get_bridge_size()
513 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_put_bridge()
752 skb_mac_header_was_set(entskb) && in nfqnl_build_packet_message()
/linux-6.15/net/hsr/
H A Dhsr_framereg.c228 if (!skb_mac_header_was_set(skb)) in hsr_get_node()
418 if (!skb_mac_header_was_set(skb)) { in hsr_addr_subst_source()
440 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-6.15/include/net/
H A Dmac802154.h240 if (WARN_ON(!skb_mac_header_was_set(skb) || in ieee802154_get_fc_from_skb()
/linux-6.15/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c185 if (skb_mac_header_was_set(skb)) in rmnet_bridge_handler()
/linux-6.15/include/trace/events/
H A Dnet.h212 __entry->mac_header_valid = skb_mac_header_was_set(skb);
/linux-6.15/net/xfrm/
H A Dxfrm_input.c400 skb_mac_header_was_set(skb) ? skb_mac_header_len(skb) : 0; in xfrm4_transport_input()
419 skb_mac_header_was_set(skb) ? skb_mac_header_len(skb) : 0; in xfrm6_transport_input()
H A Dxfrm_iptfs.c961 old_mac = skb_mac_header_was_set(skb) ? skb_mac_header(skb) : NULL; in __input_process_payload()
/linux-6.15/include/linux/
H A Dif_vlan.h363 if (skb_mac_header_was_set(skb)) in __vlan_insert_inner_tag()
H A Dskbuff.h2931 static inline int skb_mac_header_was_set(const struct sk_buff *skb) in skb_mac_header_was_set() function
2938 if (!skb_mac_header_was_set(skb)) { in skb_reset_mac_len()
3063 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header()
3074 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header_len()
3116 if (skb_mac_header_was_set(skb)) { in skb_mac_header_rebuild()
3130 if (skb_mac_header_was_set(skb)) { in skb_mac_header_rebuild_full()
/linux-6.15/net/ipv6/
H A Dreassembly.c289 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()
/linux-6.15/net/sched/
H A Dact_pedit.c363 if (skb_mac_header_was_set(skb)) { in pedit_skb_hdr_offset()
/linux-6.15/net/core/
H A Ddrop_monitor.c505 if (!skb_mac_header_was_set(skb)) in net_dm_packet_trace_kfree_skb_hit()
977 if (!skb_mac_header_was_set(skb)) in net_dm_hw_trap_packet_probe()
H A Dskbuff.c1292 has_mac = skb_mac_header_was_set(skb); in skb_dump()
2075 if (skb_mac_header_was_set(skb)) in skb_headers_offset_update()
/linux-6.15/drivers/net/ipvlan/
H A Dipvlan_core.c533 if (skb_mac_header_was_set(skb)) { in ipvlan_process_outbound()
/linux-6.15/net/devlink/
H A Dhealth.c1256 has_mac = skb_mac_header_was_set(skb); in devlink_fmsg_dump_skb()
/linux-6.15/drivers/net/
H A Dvrf.c1239 if (skb_mac_header_was_set(skb) && dev_has_header(orig_dev)) in vrf_add_mac_header_if_unset()
/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c728 if (!skb_mac_header_was_set(skb)) { in wil_is_ptk_eapol_key()
/linux-6.15/net/
H A Dsocket.c827 if (!skb_mac_header_was_set(skb)) in put_ts_pktinfo()

12