/linux/net/ipv6/ |
H A D | ip6_udp_tunnel.c | 88 __skb_push(skb, sizeof(*uh)); in udp_tunnel6_xmit_skb() 101 __skb_push(skb, sizeof(*ip6h)); in udp_tunnel6_xmit_skb()
|
H A D | xfrm6_input.c | 56 __skb_push(skb, nhlen); in xfrm6_transport_finish()
|
/linux/net/mpls/ |
H A D | mpls_gso.c | 66 __skb_push(skb, mpls_hlen); in mpls_gso_segment()
|
/linux/net/nsh/ |
H A D | nsh.c | 119 __skb_push(skb, nsh_len + outer_hlen); in nsh_gso_segment()
|
/linux/net/ife/ |
H A D | ife.c | 52 __skb_push(skb, total_push); in ife_encode()
|
/linux/drivers/net/usb/ |
H A D | int51x1.c | 98 len = __skb_push(skb, INT51X1_HEADER_SIZE); in int51x1_tx_fixup()
|
H A D | ch9200.c | 260 __skb_push(skb, tx_overhead); in ch9200_tx_fixup()
|
H A D | sr9700.c | 471 __skb_push(skb, SR_TX_OVERHEAD); in sr9700_tx_fixup()
|
H A D | dm9601.c | 512 __skb_push(skb, DM_TX_OVERHEAD); in dm9601_tx_fixup()
|
H A D | rndis_host.c | 588 hdr = __skb_push(skb, sizeof *hdr); in rndis_tx_fixup()
|
/linux/net/core/ |
H A D | gso.c | 59 __skb_push(skb, skb->data - skb_mac_header(skb)); in skb_mac_gso_segment()
|
H A D | sock_reuseport.c | 517 __skb_push(skb, hdr_len); in run_bpf_filter()
|
/linux/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_bpf.c | 19 __skb_push(skb, ETH_HLEN); in mana_xdp_tx()
|
/linux/net/dsa/ |
H A D | tag.c | 42 __skb_push(skb, ETH_HLEN); in dsa_skb_defer_rx_timestamp()
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_io.c | 247 iv_loc = (unsigned char *)__skb_push(skb, number_of_ivs * in tls_copy_ivs() 292 sc = (struct ulptx_idata *)__skb_push(skb, immdlen); in tls_copy_tx_key() 375 req = (unsigned char *)__skb_push(skb, sizeof(struct cpl_tx_tls_sfo)); in tls_tx_data_wr() 377 req = (unsigned char *)__skb_push(skb, (sizeof(struct in tls_tx_data_wr() 520 req = (struct fw_ofld_tx_data_wr *)__skb_push(skb, sizeof(*req)); in make_tx_data_wr()
|
H A D | chtls_main.c | 431 __skb_push(skb, sizeof(struct rss_header)); in chtls_recv()
|
/linux/net/ipv4/ |
H A D | gre_offload.c | 83 __skb_push(skb, outer_hlen); in gre_gso_segment()
|
H A D | udp_tunnel_core.c | 161 __skb_push(skb, sizeof(*uh)); in udp_tunnel_xmit_skb()
|
/linux/net/l2tp/ |
H A D | l2tp_core.c | 1108 __skb_push(skb, sizeof(struct udphdr)); in l2tp_udp_encap_recv() 1245 l2tp_build_l2tpv2_header(session, __skb_push(skb, session->hdr_len)); in l2tp_xmit_core() 1247 l2tp_build_l2tpv3_header(session, __skb_push(skb, session->hdr_len)); in l2tp_xmit_core() 1285 __skb_push(skb, sizeof(*uh)); in l2tp_xmit_core()
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_net.c | 216 __skb_push(skb, sizeof(*udph)); in prepare_udp_hdr() 267 __skb_push(skb, sizeof(*ip6h)); in prepare_ipv6_hdr()
|
/linux/net/sched/ |
H A D | act_bpf.c | 49 __skb_push(skb, skb->mac_len); in tcf_bpf_act()
|
/linux/net/openvswitch/ |
H A D | flow.c | 474 __skb_push(skb, offset); in parse_vlan_tag() 959 __skb_push(skb, skb->data - skb_mac_header(skb)); in key_extract()
|
/linux/net/phonet/ |
H A D | af_phonet.c | 424 __skb_push(skb, sizeof(struct phonethdr)); in phonet_rcv()
|
/linux/drivers/net/wireguard/ |
H A D | receive.c | 85 __skb_push(skb, data_offset); in prepare_skb_header()
|
/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_target.c | 135 cpl = __skb_push(skb, sizeof(*cpl)); in cxgbit_cpl_tx_data_iso() 182 req = __skb_push(skb, hdr_size); in cxgbit_tx_data_wr()
|