Searched refs:skb_set_mac_header (Results 1 – 14 of 14) sorted by relevance
/openbmc/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 | 14624 skb_set_mac_header(skb[i], -ETH_HLEN); in build_test_skb() 14683 skb_set_mac_header(skb[i], -ETH_HLEN); in build_test_skb_linear_no_head_frag()
|
/openbmc/linux/net/ife/ |
H A D | ife.c | 86 skb_set_mac_header(skb, total_pull); in ife_decode()
|
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_handlers.c | 49 skb_set_mac_header(skb, 0); in rmnet_deliver_skb()
|
/openbmc/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()
|
/openbmc/linux/net/batman-adv/ |
H A D | fragmentation.c | 281 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()
|
/openbmc/linux/net/bridge/ |
H A D | br_arp_nd_proxy.c | 278 skb_set_mac_header(reply, 0); in br_nd_send()
|
/openbmc/linux/net/dsa/ |
H A D | tag_sja1105.c | 672 skb_set_mac_header(skb, -ETH_HLEN); in sja1110_rcv_inband_control_extension()
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 2932 static inline void skb_set_mac_header(struct sk_buff *skb, const int offset) in skb_set_mac_header() function 2960 skb_set_mac_header(skb, -skb->mac_len); in skb_mac_header_rebuild() 2974 skb_set_mac_header(skb, -full_mac_len); in skb_mac_header_rebuild_full()
|
/openbmc/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() 2737 skb_set_mac_header(skb, skb->len); in iwl_mvm_rx_monitor_no_data()
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed.c | 1328 skb_set_mac_header(skb, 0); in mtk_wed_ppe_check()
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 1146 skb_set_mac_header(nskb, offset); in vnet_skb_shape()
|
/openbmc/linux/net/mac80211/ |
H A D | tx.c | 2327 skb_set_mac_header(skb, len_rthdr); in ieee80211_monitor_start_xmit()
|