Searched refs:skb_set_mac_header (Results 1 – 15 of 15) sorted by relevance
/linux/lib/ |
H A D | test_blackhole_dev.c | 64 skb_set_mac_header(skb, 0); in test_blackholedev_init()
|
H A D | test_bpf.c | 14977 skb_set_mac_header(skb[i], -ETH_HLEN); in build_test_skb() 15036 skb_set_mac_header(skb[i], -ETH_HLEN); in build_test_skb_linear_no_head_frag()
|
/linux/net/ife/ |
H A D | ife.c | 86 skb_set_mac_header(skb, total_pull); in ife_decode()
|
/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_handlers.c | 49 skb_set_mac_header(skb, 0); in rmnet_deliver_skb()
|
/linux/net/xfrm/ |
H A D | xfrm_output.c | 176 skb_set_mac_header(skb, in xfrm6_transport_output() 206 skb_set_mac_header(skb, in xfrm6_ro_output()
|
/linux/net/batman-adv/ |
H A D | fragmentation.c | 280 skb_set_mac_header(skb_out, -ETH_HLEN); in batadv_frag_merge_packets()
|
H A D | network-coding.c | 1661 skb_set_mac_header(skb, -ETH_HLEN); in batadv_nc_skb_decode_packet()
|
/linux/net/bridge/ |
H A D | br_arp_nd_proxy.c | 278 skb_set_mac_header(reply, 0); in br_nd_send()
|
/linux/net/dsa/ |
H A D | tag_sja1105.c | 628 skb_set_mac_header(skb, -ETH_HLEN); in sja1110_rcv_inband_control_extension()
|
/linux/include/linux/ |
H A D | skbuff.h | 3080 static inline void skb_set_mac_header(struct sk_buff *skb, const int offset) in skb_set_mac_header() function 3108 skb_set_mac_header(skb, -skb->mac_len); in skb_mac_header_rebuild() 3122 skb_set_mac_header(skb, -full_mac_len); in skb_mac_header_rebuild_full()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 144 skb_set_mac_header(skb, skb->len); in iwl_mvm_create_skb() 2461 skb_set_mac_header(skb, skb->len); in iwl_mvm_rx_monitor_no_data()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
H A D | mac.c | 594 skb_set_mac_header(skb, (unsigned char *)hdr - skb->data); in mt7925_mac_fill_rx()
|
/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 1146 skb_set_mac_header(nskb, offset); in vnet_skb_shape()
|
/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed.c | 1972 skb_set_mac_header(skb, 0); in mtk_wed_ppe_check()
|
/linux/net/mac80211/ |
H A D | tx.c | 2335 skb_set_mac_header(skb, len_rthdr); in ieee80211_monitor_start_xmit()
|