Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_offload.c251 skb = skb_segment_list(skb, features, skb_mac_header_len(skb)); in __udp_gso_segment_list()
H A Dtcp_input.c6765 mac_hdrlen = skb_mac_header_len(skb); in tcp_reqsk_record_syn()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dpppoe.c425 if (skb_mac_header_len(skb) < ETH_HLEN) in pppoe_rcv()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c1011 maclen = skb_mac_header_len(skb); in chcr_ktls_write_tcp_options()
1616 maclen = skb_mac_header_len(skb); in chcr_ktls_tunnel_pkt()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_log.c556 skb_mac_header_len(skb) != 0) { in __build_packet_message()
H A Dnfnetlink_queue.c562 skb_mac_header_len(entskb) != 0) { in nfqnl_build_packet_message()
/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc_ptp.c379 skb_mac_header_len(skb)); in get_ptp_header_tx()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c3248 u32 off = skb_mac_header_len(skb); in bpf_skb_proto_4_to_6()
3278 u32 off = skb_mac_header_len(skb); in bpf_skb_proto_6_to_4()
3601 off = skb_mac_header_len(skb); in BPF_CALL_4()
5049 ret = skb_mac_header_len(syn_skb) + in bpf_sock_ops_get_syn()
H A Dskbuff.c762 has_mac ? skb_mac_header_len(skb) : -1, in skb_dump()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h2597 static inline u32 skb_mac_header_len(const struct sk_buff *skb) in skb_mac_header_len() function