Home
last modified time | relevance | path

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

1234

/linux/drivers/net/ovpn/
H A Dcrypto_aead.c98 __skb_push(skb, tag_size); in ovpn_aead_encrypt()
121 __skb_push(skb, OVPN_NONCE_WIRE_SIZE); in ovpn_aead_encrypt()
126 __skb_push(skb, OVPN_OPCODE_SIZE); in ovpn_aead_encrypt()
H A Dtcp.c135 *(__be16 *)__skb_push(skb, sizeof(u16)) = htons(pkt_len); in ovpn_tcp_rcv()
350 *(__be16 *)__skb_push(skb, sizeof(u16)) = htons(len); in ovpn_tcp_send_skb()
/linux/net/ipv6/
H A Dip6_udp_tunnel.c89 __skb_push(skb, sizeof(*uh)); in udp_tunnel6_xmit_skb()
102 __skb_push(skb, sizeof(*ip6h)); in udp_tunnel6_xmit_skb()
H A Dxfrm6_input.c57 __skb_push(skb, nhlen); in xfrm6_transport_finish()
H A Dip6_output.c316 __skb_push(skb, sizeof(struct ipv6hdr)); in ip6_xmit()
720 fh = __skb_push(skb, sizeof(struct frag_hdr)); in ip6_fraglist_init()
721 __skb_push(skb, hlen); in ip6_fraglist_init()
748 fh = __skb_push(frag, sizeof(struct frag_hdr)); in ip6_fraglist_prepare()
749 __skb_push(frag, hlen); in ip6_fraglist_prepare()
/linux/net/core/
H A Dtimestamping.c99 __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()
/linux/net/mpls/
H A Dmpls_gso.c66 __skb_push(skb, mpls_hlen); in mpls_gso_segment()
/linux/drivers/net/usb/
H A Dint51x1.c87 len = __skb_push(skb, INT51X1_HEADER_SIZE); in int51x1_tx_fixup()
H A Dch9200.c263 __skb_push(skb, tx_overhead); in ch9200_tx_fixup()
H A Dsr9700.c406 __skb_push(skb, SR_TX_OVERHEAD); in sr9700_tx_fixup()
/linux/net/nsh/
H A Dnsh.c119 __skb_push(skb, nsh_len + outer_hlen); in nsh_gso_segment()
/linux/net/ife/
H A Dife.c52 __skb_push(skb, total_push); in ife_encode()
/linux/net/ipv4/
H A Dxfrm4_input.c62 __skb_push(skb, -skb_network_offset(skb)); in xfrm4_transport_finish()
H A Dgre_offload.c83 __skb_push(skb, outer_hlen); in gre_gso_segment()
H A Dudp_tunnel_core.c181 __skb_push(skb, sizeof(*uh)); in udp_tunnel_xmit_skb()
/linux/net/dsa/
H A Dtag.c42 __skb_push(skb, ETH_HLEN); in dsa_skb_defer_rx_timestamp()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_bpf.c19 __skb_push(skb, ETH_HLEN); in mana_xdp_tx()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c241 iv_loc = (unsigned char *)__skb_push(skb, number_of_ivs * in tls_copy_ivs()
286 sc = (struct ulptx_idata *)__skb_push(skb, immdlen); in tls_copy_tx_key()
369 req = (unsigned char *)__skb_push(skb, sizeof(struct cpl_tx_tls_sfo)); in tls_tx_data_wr()
371 req = (unsigned char *)__skb_push(skb, (sizeof(struct in tls_tx_data_wr()
514 req = (struct fw_ofld_tx_data_wr *)__skb_push(skb, sizeof(*req)); in make_tx_data_wr()
/linux/net/l2tp/
H A Dl2tp_core.c1110 __skb_push(skb, sizeof(struct udphdr)); in l2tp_udp_encap_recv()
1247 l2tp_build_l2tpv2_header(session, __skb_push(skb, session->hdr_len)); in l2tp_xmit_core()
1249 l2tp_build_l2tpv3_header(session, __skb_push(skb, session->hdr_len)); in l2tp_xmit_core()
1287 __skb_push(skb, sizeof(*uh)); in l2tp_xmit_core()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_net.c297 __skb_push(skb, sizeof(*udph)); in prepare_udp_hdr()
348 __skb_push(skb, sizeof(*ip6h)); in prepare_ipv6_hdr()
/linux/net/bridge/
H A Dbr_forward.c275 __skb_push(skb, ETH_HLEN); in maybe_deliver_addr()
/linux/net/sched/
H A Dact_bpf.c49 __skb_push(skb, skb->mac_len); in tcf_bpf_act()
/linux/net/openvswitch/
H A Dflow.c470 __skb_push(skb, offset); in parse_vlan_tag()
955 __skb_push(skb, skb->data - skb_mac_header(skb)); in key_extract()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c235 __skb_push(skb, ETH_HLEN); in ice_process_skb_fields()

1234