Home
last modified time | relevance | path

Searched refs:__skb_push (Results 1 – 37 of 37) sorted by relevance

/linux-4.1.27/net/ipv6/
Dip6_udp_tunnel.c75 __skb_push(skb, sizeof(*uh)); in udp_tunnel6_xmit_skb()
91 __skb_push(skb, sizeof(*ip6h)); in udp_tunnel6_xmit_skb()
Dxfrm6_input.c43 __skb_push(skb, skb->data - skb_network_header(skb)); in xfrm6_transport_finish()
Dxfrm6_mode_beet.c90 __skb_push(skb, size); in xfrm6_beet_input()
Dip6_offload.c202 __skb_push(skb, skb_gro_offset(skb)); in ipv6_gro_receive()
Dip6_output.c633 fh = (struct frag_hdr *)__skb_push(skb, sizeof(struct frag_hdr)); in ip6_fragment()
634 __skb_push(skb, hlen); in ip6_fragment()
658 fh = (struct frag_hdr *)__skb_push(frag, sizeof(struct frag_hdr)); in ip6_fragment()
659 __skb_push(frag, hlen); in ip6_fragment()
Dndisc.c1607 __skb_push(skb, skb->data - skb_transport_header(skb)); in ndisc_rcv()
/linux-4.1.27/net/core/
Dtimestamping.c65 __skb_push(skb, ETH_HLEN); in skb_defer_rx_timestamp()
Dskbuff.c3022 __skb_push(head_skb, doffset); in skb_segment()
3090 __skb_push(nskb, doffset); in skb_segment()
4271 __skb_push(skb, offset); in __skb_vlan_pop()
4341 __skb_push(skb, offset); in skb_vlan_push()
Ddev.c2455 __skb_push(skb, skb->data - skb_mac_header(skb)); in skb_mac_gso_segment()
4244 __skb_push(skb, ETH_HLEN); in napi_frags_finish()
/linux-4.1.27/net/ipv4/
Dgre_offload.c82 __skb_push(skb, ghl); in gre_gso_segment()
105 __skb_push(skb, tnl_hlen - ghl); in gre_gso_segment()
Dxfrm4_input.c51 __skb_push(skb, skb->data - skb_network_header(skb)); in xfrm4_transport_finish()
Dudp_tunnel.c85 __skb_push(skb, sizeof(*uh)); in udp_tunnel_xmit_skb()
Dgeneve.c134 gnvh = (struct genevehdr *)__skb_push(skb, sizeof(*gnvh) + opt_len); in geneve_xmit_skb()
Dip_output.c587 __skb_push(frag, hlen); in ip_fragment()
/linux-4.1.27/net/mpls/
Dmpls_gso.c44 __skb_push(skb, skb->mac_len); in mpls_gso_segment()
/linux-4.1.27/drivers/net/usb/
Dint51x1.c109 len = (__le16 *) __skb_push(skb, INT51X1_HEADER_SIZE); in int51x1_tx_fixup()
Dsr9700.c469 __skb_push(skb, SR_TX_OVERHEAD); in sr9700_tx_fixup()
Ddm9601.c506 __skb_push(skb, DM_TX_OVERHEAD); in dm9601_tx_fixup()
Drndis_host.c576 hdr = (void *) __skb_push(skb, sizeof *hdr); in rndis_tx_fixup()
Dkaweth.c829 private_header = (__le16 *)__skb_push(skb, 2); in kaweth_start_xmit()
/linux-4.1.27/net/l2tp/
Dl2tp_core.c938 __skb_push(skb, sizeof(struct udphdr)); in l2tp_udp_recv_core()
1127 session->build_header(session, __skb_push(skb, hdr_len)); in l2tp_xmit_skb()
1151 __skb_push(skb, sizeof(*uh)); in l2tp_xmit_skb()
Dl2tp_ppp.c421 __skb_push(skb, sizeof(ppph)); in pppol2tp_xmit()
/linux-4.1.27/net/phonet/
Daf_phonet.c438 __skb_push(skb, sizeof(struct phonethdr)); in phonet_rcv()
Dpep.c92 __skb_push(skb, sizeof(struct pnpipehdr)); in pep_alloc_skb()
/linux-4.1.27/net/openvswitch/
Dflow.c489 __skb_push(skb, skb->data - skb_mac_header(skb)); in key_extract()
/linux-4.1.27/net/bridge/
Dbr_netfilter.c833 __skb_push(skb, data->encap_size); in br_nf_push_frag_xmit()
Dbr_multicast.c1646 __skb_push(skb2, offset); in br_multicast_ipv4_rcv()
/linux-4.1.27/drivers/net/ppp/
Dpppoe.c954 __skb_push(skb, sizeof(*ph)); in __pppoe_xmit()
/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_core.c588 __skb_push(skb, skb->network_header - skb->mac_header); in nf_bridge_adjust_skb_data()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c356 req = (struct tx_data_wr *)__skb_push(skb, sizeof(*req)); in make_tx_data_wr()
/linux-4.1.27/drivers/net/
Dvxlan.c1723 vxh = (struct vxlanhdr *) __skb_push(skb, sizeof(*vxh)); in vxlan6_xmit_skb()
1802 vxh = (struct vxlanhdr *) __skb_push(skb, sizeof(*vxh)); in vxlan_xmit_skb()
Dvirtio_net.c898 __skb_push(skb, hdr_len); in xmit_skb()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dsge.c1853 cpl = (struct cpl_tx_pkt *)__skb_push(skb, sizeof(*cpl)); in t1_start_xmit()
/linux-4.1.27/include/linux/
Dskbuff.h1688 static inline unsigned char *__skb_push(struct sk_buff *skb, unsigned int len) in __skb_push() function
/linux-4.1.27/drivers/s390/net/
Dctcm_mpc.c1086 __skb_push(pskb, TH_HEADER_LENGTH); in ctcmpc_unpack_skb()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c576 req = (struct fw_ofld_tx_data_wr *)__skb_push(skb, sizeof(*req)); in make_tx_data_wr()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c3554 req = (struct cpl_pass_accept_req *)__skb_push(skb, sizeof(*req)); in build_cpl_pass_accept_req()