Home
last modified time | relevance | path

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

123

/linux-6.12.1/net/ipv6/
Dip6_udp_tunnel.c88 __skb_push(skb, sizeof(*uh)); in udp_tunnel6_xmit_skb()
101 __skb_push(skb, sizeof(*ip6h)); in udp_tunnel6_xmit_skb()
Dxfrm6_input.c56 __skb_push(skb, nhlen); in xfrm6_transport_finish()
Dip6_output.c722 fh = __skb_push(skb, sizeof(struct frag_hdr)); in ip6_fraglist_init()
723 __skb_push(skb, hlen); in ip6_fraglist_init()
750 fh = __skb_push(frag, sizeof(struct frag_hdr)); in ip6_fraglist_prepare()
751 __skb_push(frag, hlen); in ip6_fraglist_prepare()
/linux-6.12.1/net/core/
Dtimestamping.c57 __skb_push(skb, ETH_HLEN); in skb_defer_rx_timestamp()
Dgso.c59 __skb_push(skb, skb->data - skb_mac_header(skb)); in skb_mac_gso_segment()
Dsock_reuseport.c517 __skb_push(skb, hdr_len); in run_bpf_filter()
/linux-6.12.1/net/mpls/
Dmpls_gso.c66 __skb_push(skb, mpls_hlen); in mpls_gso_segment()
/linux-6.12.1/net/nsh/
Dnsh.c119 __skb_push(skb, nsh_len + outer_hlen); in nsh_gso_segment()
/linux-6.12.1/drivers/net/usb/
Dint51x1.c98 len = __skb_push(skb, INT51X1_HEADER_SIZE); in int51x1_tx_fixup()
Dch9200.c260 __skb_push(skb, tx_overhead); in ch9200_tx_fixup()
Dsr9700.c471 __skb_push(skb, SR_TX_OVERHEAD); in sr9700_tx_fixup()
Ddm9601.c512 __skb_push(skb, DM_TX_OVERHEAD); in dm9601_tx_fixup()
/linux-6.12.1/net/ife/
Dife.c52 __skb_push(skb, total_push); in ife_encode()
/linux-6.12.1/net/ipv4/
Dxfrm4_input.c61 __skb_push(skb, -skb_network_offset(skb)); in xfrm4_transport_finish()
Dgre_offload.c83 __skb_push(skb, outer_hlen); in gre_gso_segment()
Dudp_tunnel_core.c161 __skb_push(skb, sizeof(*uh)); in udp_tunnel_xmit_skb()
/linux-6.12.1/drivers/net/ethernet/microsoft/mana/
Dmana_bpf.c19 __skb_push(skb, ETH_HLEN); in mana_xdp_tx()
/linux-6.12.1/net/dsa/
Dtag.c42 __skb_push(skb, ETH_HLEN); in dsa_skb_defer_rx_timestamp()
/linux-6.12.1/drivers/net/ethernet/chelsio/inline_crypto/chtls/
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()
/linux-6.12.1/net/l2tp/
Dl2tp_core.c1108 __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-6.12.1/drivers/infiniband/sw/rxe/
Drxe_net.c216 __skb_push(skb, sizeof(*udph)); in prepare_udp_hdr()
267 __skb_push(skb, sizeof(*ip6h)); in prepare_ipv6_hdr()
/linux-6.12.1/net/bridge/
Dbr_forward.c270 __skb_push(skb, ETH_HLEN); in maybe_deliver_addr()
/linux-6.12.1/net/sched/
Dact_bpf.c49 __skb_push(skb, skb->mac_len); in tcf_bpf_act()
/linux-6.12.1/net/openvswitch/
Dflow.c474 __skb_push(skb, offset); in parse_vlan_tag()
959 __skb_push(skb, skb->data - skb_mac_header(skb)); in key_extract()
/linux-6.12.1/net/phonet/
Daf_phonet.c424 __skb_push(skb, sizeof(struct phonethdr)); in phonet_rcv()

123