Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv6/
Dxfrm6_mode_ro.c51 skb_set_mac_header(skb, (prevhdr - x->props.header_len) - skb->data); in xfrm6_ro_output()
Dxfrm6_mode_transport.c31 skb_set_mac_header(skb, (prevhdr - x->props.header_len) - skb->data); in xfrm6_transport_output()
/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Den_selftest.c72 skb_set_mac_header(skb, 0); in mlx4_en_test_loopback_xmit()
/linux-3.4.99/drivers/net/wimax/i2400m/
Dnetdev.c513 skb_set_mac_header(skb, -ETH_HLEN); in i2400m_net_rx()
566 skb_set_mac_header(skb, -ETH_HLEN); in i2400m_net_erx()
/linux-3.4.99/include/linux/
Dskbuff.h1475 static inline void skb_set_mac_header(struct sk_buff *skb, const int offset) in skb_set_mac_header() function
1529 static inline void skb_set_mac_header(struct sk_buff *skb, const int offset) in skb_set_mac_header() function
1540 skb_set_mac_header(skb, -skb->mac_len); in skb_mac_header_rebuild()
/linux-3.4.99/drivers/isdn/gigaset/
Di4l.c91 skb_set_mac_header(skb, -HW_HDR_LEN); in writebuf_from_LL()
/linux-3.4.99/net/mac80211/
Dstatus.c600 skb_set_mac_header(skb, 0); in ieee80211_tx_status()
Dtx.c1636 skb_set_mac_header(skb, len_rthdr); in ieee80211_monitor_start_xmit()
2114 skb_set_mac_header(skb, 0); in ieee80211_subif_start_xmit()
2732 skb_set_mac_header(skb, 0); in ieee80211_tx_skb_tid()
Dmesh_hwmp.c216 skb_set_mac_header(skb, 0); in prepare_frame_for_deferred_tx()
Drx.c2621 skb_set_mac_header(skb, 0); in ieee80211_rx_cooked_monitor()
/linux-3.4.99/drivers/net/wireless/
Dmac80211_hwsim.c435 skb_set_mac_header(skb, 0); in mac80211_hwsim_monitor_rx()
478 skb_set_mac_header(skb, 0); in mac80211_hwsim_monitor_ack()
/linux-3.4.99/net/wireless/
Dutil.c533 skb_set_mac_header(skb, 0); in ieee80211_data_from_8023()
/linux-3.4.99/net/can/
Dgw.c374 skb_set_mac_header(nskb, 8); in can_can_gw_rcv()
/linux-3.4.99/drivers/s390/net/
Dqeth_l2_main.c768 skb_set_mac_header(new_skb, sizeof(struct qeth_hdr)); in qeth_l2_hard_start_xmit()
/linux-3.4.99/net/core/
Dskbuff.c2900 skb_set_mac_header(nskb, skb_mac_header(p) - p->data); in skb_gro_receive()
/linux-3.4.99/net/ipv4/
Dtcp_input.c4834 skb_set_mac_header(nskb, skb_mac_header(skb) - skb->head); in tcp_collapse()