Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_framereg.c216 if (!skb_mac_header_was_set(skb)) in hsr_get_node()
347 if (!skb_mac_header_was_set(skb)) { in hsr_addr_subst_source()
369 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.c41 WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in is_supervision_frame()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_dup_netdev.c18 if (skb_mac_header_was_set(skb)) in nf_do_netdev_egress()
H A Dnfnetlink_log.c391 if (!skb_mac_header_was_set(skb)) in nfulnl_get_bridge_size()
408 if (!skb_mac_header_was_set(skb)) in nfulnl_put_bridge()
555 skb_mac_header_was_set(skb) && in __build_packet_message()
569 if (indev && skb_mac_header_was_set(skb)) { in __build_packet_message()
720 if (in && skb_mac_header_was_set(skb)) { in nfulnl_log_packet()
H A Dnf_tables_trace.c130 if (!skb_mac_header_was_set(skb)) in nf_trace_fill_pkt_info()
H A Dnft_payload.c96 if (!skb_mac_header_was_set(skb)) in nft_payload_eval()
608 if (!skb_mac_header_was_set(skb)) in nft_payload_set_eval()
H A Dnfnetlink_queue.c326 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_get_bridge_size()
344 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_put_bridge()
561 skb_mac_header_was_set(entskb) && in nfqnl_build_packet_message()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac802154.h244 if (WARN_ON(!skb_mac_header_was_set(skb) || in ieee802154_get_fc_from_skb()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c162 if (skb_mac_header_was_set(skb)) in rmnet_bridge_handler()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dnet.h211 __entry->mac_header_valid = skb_mac_header_was_set(skb);
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dseg6_iptunnel.c291 if (!skb_mac_header_was_set(skb)) in seg6_do_srh()
H A Dreassembly.c281 if (skb_mac_header_was_set(skb)) in ip6_frag_reasm()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_pedit.c297 if (skb_mac_header_was_set(skb)) { in pedit_skb_hdr_offset()
/OK3568_Linux_fs/kernel/net/core/
H A Ddrop_monitor.c504 if (!skb_mac_header_was_set(skb)) in net_dm_packet_trace_kfree_skb_hit()
950 if (!skb_mac_header_was_set(skb)) in net_dm_hw_trap_packet_probe()
H A Dskbuff.c752 has_mac = skb_mac_header_was_set(skb); in skb_dump()
1478 if (skb_mac_header_was_set(skb)) in skb_headers_offset_update()
H A Dfilter.c1796 if (unlikely(!skb_mac_header_was_set(skb))) in BPF_CALL_5()
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_core.c505 if (skb_mac_header_was_set(skb)) { in ipvlan_process_outbound()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h2602 static inline int skb_mac_header_was_set(const struct sk_buff *skb) in skb_mac_header_was_set() function
2642 if (skb_mac_header_was_set(skb)) { in skb_mac_header_rebuild()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c728 if (!skb_mac_header_was_set(skb)) { in wil_is_ptk_eapol_key()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c74 if (unlikely(!skb_mac_header_was_set(skb))) in bpf_internal_load_pointer_neg_helper()
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c751 if (!skb_mac_header_was_set(skb)) in put_ts_pktinfo()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c1816 if (dev->hard_header_len && skb_mac_header_was_set(skb)) { in ip_handle_martian_source()