Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dact_skbmod.c39 max_edit_len = skb_mac_header_len(skb); in tcf_skbmod_act()
/linux-6.1.9/net/ipv4/
Dudp_offload.c255 skb = skb_segment_list(skb, features, skb_mac_header_len(skb)); in __udp_gso_segment_list()
Dtcp_input.c6853 mac_hdrlen = skb_mac_header_len(skb); in tcp_reqsk_record_syn()
/linux-6.1.9/drivers/net/ppp/
Dpppoe.c425 if (skb_mac_header_len(skb) < ETH_HLEN) in pppoe_rcv()
/linux-6.1.9/net/netfilter/
Dnfnetlink_log.c562 skb_mac_header_len(skb) != 0) { in __build_packet_message()
Dnfnetlink_queue.c571 skb_mac_header_len(entskb) != 0) { in nfqnl_build_packet_message()
/linux-6.1.9/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-6.1.9/drivers/net/phy/mscc/
Dmscc_ptp.c379 skb_mac_header_len(skb)); in get_ptp_header_tx()
/linux-6.1.9/net/core/
Dfilter.c3243 u32 off = skb_mac_header_len(skb); in bpf_skb_proto_4_to_6()
3273 u32 off = skb_mac_header_len(skb); in bpf_skb_proto_6_to_4()
3604 off = skb_mac_header_len(skb); in BPF_CALL_4()
5481 ret = skb_mac_header_len(syn_skb) + in bpf_sock_ops_get_syn()
Dskbuff.c941 has_mac ? skb_mac_header_len(skb) : -1, in skb_dump()
/linux-6.1.9/include/linux/
Dskbuff.h2856 static inline u32 skb_mac_header_len(const struct sk_buff *skb) in skb_mac_header_len() function