Home
last modified time | relevance | path

Searched refs:skb_set_network_header (Results 1 – 25 of 33) sorted by relevance

12

/linux-3.3/net/ipv6/
Dxfrm6_mode_ro.c52 skb_set_network_header(skb, -x->props.header_len); in xfrm6_ro_output()
Dxfrm6_mode_transport.c32 skb_set_network_header(skb, -x->props.header_len); in xfrm6_transport_output()
Dxfrm6_mode_tunnel.c40 skb_set_network_header(skb, -x->props.header_len); in xfrm6_mode_tunnel_output()
Dxfrm6_mode_beet.c51 skb_set_network_header(skb, -x->props.header_len - hdr_len); in xfrm6_beet_output()
Dicmp.c663 skb_set_network_header(skb, sizeof(*hdr)); in icmpv6_rcv()
668 skb_set_network_header(skb, nh); in icmpv6_rcv()
/linux-3.3/net/ipv4/
Dxfrm4_mode_transport.c26 skb_set_network_header(skb, -x->props.header_len); in xfrm4_transport_output()
Dxfrm4_mode_tunnel.c36 skb_set_network_header(skb, -x->props.header_len); in xfrm4_mode_tunnel_output()
Dxfrm4_mode_beet.c50 skb_set_network_header(skb, -x->props.header_len - in xfrm4_beet_output()
Dicmp.c980 skb_set_network_header(skb, sizeof(*icmph)); in icmp_rcv()
985 skb_set_network_header(skb, nh); in icmp_rcv()
Dip_output.c948 skb_set_network_header(skb, exthdrlen); in __ip_append_data()
/linux-3.3/net/ax25/
Dax25_out.c164 skb_set_network_header(skbn, in ax25_output()
178 skb_set_network_header(skbn, in ax25_output()
/linux-3.3/net/dsa/
Dtag_trailer.c45 skb_set_network_header(nskb, skb_network_header(skb) - skb->head); in trailer_xmit()
/linux-3.3/net/batman-adv/
Dsend.c65 skb_set_network_header(skb, ETH_HLEN); in send_skb_packet()
/linux-3.3/drivers/scsi/fnic/
Dfnic_fcs.c159 skb_set_network_header(skb, sizeof(*eh)); in fnic_import_rq_eth_pkt()
/linux-3.3/drivers/net/ppp/
Dpptp.c369 skb_set_network_header(skb, skb->head-skb->data); in pptp_rcv_core()
/linux-3.3/include/linux/
Dskbuff.h1387 static inline void skb_set_network_header(struct sk_buff *skb, const int offset) in skb_set_network_header() function
1442 static inline void skb_set_network_header(struct sk_buff *skb, const int offset) in skb_set_network_header() function
/linux-3.3/net/mac80211/
Dtx.c1611 skb_set_network_header(skb, len_rthdr); in ieee80211_monitor_start_xmit()
2085 skb_set_network_header(skb, nh_pos); in ieee80211_subif_start_xmit()
2695 skb_set_network_header(skb, 0); in ieee80211_tx_skb_tid()
Dmesh_hwmp.c215 skb_set_network_header(skb, 0); in prepare_frame_for_deferred_tx()
/linux-3.3/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c463 skb_set_network_header(skb, skb->mac_len); in ixgbe_fso()
/linux-3.3/net/bridge/
Dbr_multicast.c377 skb_set_network_header(skb, skb->len); in br_ip4_multicast_alloc_query()
441 skb_set_network_header(skb, skb->len); in br_ip6_multicast_alloc_query()
/linux-3.3/drivers/net/
Dmacvtap.c705 skb_set_network_header(skb, ETH_HLEN); in macvtap_get_user()
/linux-3.3/net/wireless/
Dutil.c532 skb_set_network_header(skb, nh_pos); in ieee80211_data_from_8023()
/linux-3.3/drivers/net/ethernet/sfc/
Dtx.c660 skb_set_network_header(skb, sizeof(*veh)); in efx_tso_check_protocol()
/linux-3.3/net/core/
Dskbuff.c2754 skb_set_network_header(nskb, skb->mac_len); in skb_segment()
2894 skb_set_network_header(nskb, skb_network_offset(p)); in skb_gro_receive()
/linux-3.3/net/atm/
Dmpc.c590 skb_set_network_header(skb, ETH_HLEN); in mpc_send_packet()

12