Home
last modified time | relevance | path

Searched refs:skb_mac_header_len (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/net/sched/
Dact_skbmod.c41 max_edit_len = skb_mac_header_len(skb); in tcf_skbmod_act()
/Linux-v6.6/net/ipv4/
Dudp_offload.c256 skb = skb_segment_list(skb, features, skb_mac_header_len(skb)); in __udp_gso_segment_list()
Dtcp_input.c6910 mac_hdrlen = skb_mac_header_len(skb); in tcp_reqsk_record_syn()
/Linux-v6.6/drivers/net/ppp/
Dpppoe.c425 if (skb_mac_header_len(skb) < ETH_HLEN) in pppoe_rcv()
/Linux-v6.6/net/netfilter/
Dnft_payload.c182 if (!skb_mac_header_was_set(skb) || skb_mac_header_len(skb) == 0) in nft_payload_eval()
Dnfnetlink_log.c571 skb_mac_header_len(skb) != 0) { in __build_packet_message()
Dnfnetlink_queue.c589 skb_mac_header_len(entskb) != 0) { in nfqnl_build_packet_message()
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c1010 maclen = skb_mac_header_len(skb); in chcr_ktls_write_tcp_options()
1614 maclen = skb_mac_header_len(skb); in chcr_ktls_tunnel_pkt()
/Linux-v6.6/drivers/net/phy/mscc/
Dmscc_ptp.c379 skb_mac_header_len(skb)); in get_ptp_header_tx()
/Linux-v6.6/net/core/
Dfilter.c3255 u32 off = skb_mac_header_len(skb); in bpf_skb_proto_4_to_6()
3285 u32 off = skb_mac_header_len(skb); in bpf_skb_proto_6_to_4()
3629 off = skb_mac_header_len(skb); in BPF_CALL_4()
5530 ret = skb_mac_header_len(syn_skb) + in bpf_sock_ops_get_syn()
Dskbuff.c1191 has_mac ? skb_mac_header_len(skb) : -1, in skb_dump()
/Linux-v6.6/include/linux/
Dskbuff.h2910 static inline u32 skb_mac_header_len(const struct sk_buff *skb) in skb_mac_header_len() function