Home
last modified time | relevance | path

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

/linux/net/nsh/
H A Dnsh.c88 outer_hlen = skb_mac_header_len(skb); in nsh_gso_segment()
/linux/net/ipv6/
H A Dtcpv6_offload.c153 skb = skb_segment_list(skb, features, skb_mac_header_len(skb)); in __tcp6_gso_segment_list()
/linux/net/xfrm/
H A Dxfrm_input.c400 skb_mac_header_was_set(skb) ? skb_mac_header_len(skb) : 0; in xfrm4_transport_input()
419 skb_mac_header_was_set(skb) ? skb_mac_header_len(skb) : 0; in xfrm6_transport_input()
/linux/net/ipv4/
H A Dtcp_offload.c91 skb = skb_segment_list(skb, features, skb_mac_header_len(skb)); in __tcp4_gso_segment_list()
H A Dudp_offload.c468 skb = skb_segment_list(skb, features, skb_mac_header_len(skb)); in __udp_gso_segment_list()
H A Dtcp_input.c7079 mac_hdrlen = skb_mac_header_len(skb); in tcp_reqsk_record_syn()
/linux/net/netfilter/
H A Dnft_payload.c173 if (!skb_mac_header_was_set(skb) || skb_mac_header_len(skb) == 0) in nft_payload_eval()
H A Dnfnetlink_log.c571 skb_mac_header_len(skb) != 0) { in __build_packet_message()
H A Dnfnetlink_queue.c753 skb_mac_header_len(entskb) != 0) { in nfqnl_build_packet_message()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c258 l2len = skb_mac_header_len(skb); in fbnic_tx_offloads()
506 l2len = skb_mac_header_len(skb); in fbnic_features_check()
/linux/net/devlink/
H A Dhealth.c1257 has_mac ? skb_mac_header_len(skb) : -1); in devlink_fmsg_dump_skb()
/linux/drivers/net/phy/mscc/
H A Dmscc_ptp.c380 skb_mac_header_len(skb)); in get_ptp_header_tx()
/linux/net/core/
H A Dfilter.c3327 u32 off = skb_mac_header_len(skb); in bpf_skb_proto_4_to_6()
3357 u32 off = skb_mac_header_len(skb); in bpf_skb_proto_6_to_4()
3708 off = skb_mac_header_len(skb); in BPF_CALL_4()
5766 ret = skb_mac_header_len(syn_skb) + in bpf_sock_ops_get_syn()
/linux/include/linux/
H A Dskbuff.h3096 static inline u32 skb_mac_header_len(const struct sk_buff *skb) in skb_mac_header_len() function
/linux/drivers/net/bonding/
H A Dbond_main.c5356 combined = skb_header_pointer(skb, skb_mac_header_len(skb), in bond_should_broadcast_neighbor()
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c2166 hdr_len[0] = skb_mac_header_len(skb); in get_hdr_lens()