Home
last modified time | relevance | path

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

12

/linux/net/netfilter/
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()
731 if (in && skb_mac_header_was_set(skb)) { in nfulnl_log_packet()
H A Dnf_dup_netdev.c40 if (hook == NF_NETDEV_INGRESS && skb_mac_header_was_set(skb)) { in nf_do_netdev_egress()
H A Dnf_tables_trace.c161 if (!skb_mac_header_was_set(skb)) in nf_trace_fill_pkt_info()
H A Dnfnetlink_queue.c569 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_get_bridge_size()
587 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_put_bridge()
826 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()
/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()
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.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/trace/events/
H A Dnet.h227 __entry->mac_header_valid = skb_mac_header_was_set(skb);
/linux/include/linux/
H A Dif_vlan.h369 if (skb_mac_header_was_set(skb)) in __vlan_insert_inner_tag()
H A Dskbuff.h2980 static inline int skb_mac_header_was_set(const struct sk_buff *skb) in skb_mac_header_was_set() function
2987 if (!skb_mac_header_was_set(skb)) { in skb_reset_mac_len()
3135 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header()
3146 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header_len()
3188 if (skb_mac_header_was_set(skb)) { in skb_mac_header_rebuild()
3202 if (skb_mac_header_was_set(skb)) { in skb_mac_header_rebuild_full()
/linux/net/ipv6/
H A Dreassembly.c289 if (skb_mac_header_was_set(skb)) in ip6_frag_reasm()
H A Dseg6_iptunnel.c429 if (!skb_mac_header_was_set(skb)) in seg6_do_srh()
/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.c1330 has_mac = skb_mac_header_was_set(skb); in skb_dump()
2136 if (skb_mac_header_was_set(skb)) in skb_headers_offset_update()
/linux/net/sched/
H A Dact_pedit.c363 if (skb_mac_header_was_set(skb)) { in pedit_skb_hdr_offset()
/linux/drivers/net/ipvlan/
H A Dipvlan_core.c544 if (skb_mac_header_was_set(skb)) { in ipvlan_process_outbound()
/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.c1237 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.c842 if (!skb_mac_header_was_set(skb)) in put_ts_pktinfo()

12