Home
last modified time | relevance | path

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

123

/openbmc/linux/net/ipv6/
H A Dip6_udp_tunnel.c86 __skb_push(skb, sizeof(*uh)); in udp_tunnel6_xmit_skb()
99 __skb_push(skb, sizeof(*ip6h)); in udp_tunnel6_xmit_skb()
H A Dxfrm6_input.c54 __skb_push(skb, nhlen); in xfrm6_transport_finish()
H A Dip6_output.c711 fh = __skb_push(skb, sizeof(struct frag_hdr)); in ip6_fraglist_init()
712 __skb_push(skb, hlen); in ip6_fraglist_init()
739 fh = __skb_push(frag, sizeof(struct frag_hdr)); in ip6_fraglist_prepare()
740 __skb_push(frag, hlen); in ip6_fraglist_prepare()
/openbmc/linux/net/core/
H A Dtimestamping.c56 __skb_push(skb, ETH_HLEN); in skb_defer_rx_timestamp()
H A Dgso.c59 __skb_push(skb, skb->data - skb_mac_header(skb)); in skb_mac_gso_segment()
/openbmc/linux/net/mpls/
H A Dmpls_gso.c66 __skb_push(skb, mpls_hlen); in mpls_gso_segment()
/openbmc/linux/net/ipv4/
H A Dxfrm4_input.c59 __skb_push(skb, skb->data - skb_network_header(skb)); in xfrm4_transport_finish()
H A Dudp_tunnel_core.c160 __skb_push(skb, sizeof(*uh)); in udp_tunnel_xmit_skb()
H A Dgre_offload.c83 __skb_push(skb, outer_hlen); in gre_gso_segment()
/openbmc/linux/net/nsh/
H A Dnsh.c119 __skb_push(skb, nsh_len + outer_hlen); in nsh_gso_segment()
/openbmc/linux/drivers/net/usb/
H A Dint51x1.c98 len = __skb_push(skb, INT51X1_HEADER_SIZE); in int51x1_tx_fixup()
H A Dch9200.c260 __skb_push(skb, tx_overhead); in ch9200_tx_fixup()
H A Dsr9700.c464 __skb_push(skb, SR_TX_OVERHEAD); in sr9700_tx_fixup()
H A Ddm9601.c512 __skb_push(skb, DM_TX_OVERHEAD); in dm9601_tx_fixup()
/openbmc/linux/net/ife/
H A Dife.c52 __skb_push(skb, total_push); in ife_encode()
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_bpf.c19 __skb_push(skb, ETH_HLEN); in mana_xdp_tx()
/openbmc/linux/net/dsa/
H A Dtag.c42 __skb_push(skb, ETH_HLEN); in dsa_skb_defer_rx_timestamp()
/openbmc/linux/net/l2tp/
H A Dl2tp_core.c885 __skb_push(skb, sizeof(struct udphdr)); in l2tp_udp_recv_core()
1035 l2tp_build_l2tpv2_header(session, __skb_push(skb, session->hdr_len)); in l2tp_xmit_core()
1037 l2tp_build_l2tpv3_header(session, __skb_push(skb, session->hdr_len)); in l2tp_xmit_core()
1069 __skb_push(skb, sizeof(*uh)); in l2tp_xmit_core()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c247 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 Dchtls_main.c430 __skb_push(skb, sizeof(struct rss_header)); in chtls_recv()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_net.c216 __skb_push(skb, sizeof(*udph)); in prepare_udp_hdr()
267 __skb_push(skb, sizeof(*ip6h)); in prepare_ipv6_hdr()
/openbmc/linux/net/bridge/
H A Dbr_forward.c270 __skb_push(skb, ETH_HLEN); in maybe_deliver_addr()
/openbmc/linux/net/sched/
H A Dact_bpf.c49 __skb_push(skb, skb->mac_len); in tcf_bpf_act()
/openbmc/linux/net/phonet/
H A Daf_phonet.c424 __skb_push(skb, sizeof(struct phonethdr)); in phonet_rcv()
/openbmc/linux/net/openvswitch/
H A Dflow.c474 __skb_push(skb, offset); in parse_vlan_tag()
959 __skb_push(skb, skb->data - skb_mac_header(skb)); in key_extract()

123