Searched refs:skb_set_network_header (Results 1 – 25 of 57) sorted by relevance
123
/linux-6.12.1/net/xfrm/ |
D | xfrm_output.c | 72 skb_set_network_header(skb, -x->props.header_len); in xfrm4_transport_output() 178 skb_set_network_header(skb, -x->props.header_len); in xfrm6_transport_output() 208 skb_set_network_header(skb, -x->props.header_len); in xfrm6_ro_output() 235 skb_set_network_header(skb, -x->props.header_len - hdrlen + in xfrm4_beet_encap_add() 283 skb_set_network_header(skb, -x->props.header_len); in xfrm4_tunnel_encap_add() 328 skb_set_network_header(skb, -x->props.header_len); in xfrm6_tunnel_encap_add() 365 skb_set_network_header(skb, -x->props.header_len - hdr_len); in xfrm6_beet_encap_add()
|
/linux-6.12.1/net/ipv4/ |
D | gre_offload.c | 41 skb_set_network_header(skb, skb_inner_network_offset(skb)); in gre_gso_segment() 85 skb_set_network_header(skb, mac_len); in gre_gso_segment()
|
D | udp_offload.c | 53 skb_set_network_header(skb, skb_inner_network_offset(skb)); in __skb_udp_tunnel_segment() 116 skb_set_network_header(skb, mac_len); in __skb_udp_tunnel_segment()
|
D | icmp.c | 1217 skb_set_network_header(skb, sizeof(*icmph)); in icmp_rcv() 1225 skb_set_network_header(skb, nh); in icmp_rcv()
|
/linux-6.12.1/lib/ |
D | test_blackhole_dev.c | 56 skb_set_network_header(skb, 0); in test_blackholedev_init()
|
/linux-6.12.1/net/ax25/ |
D | ax25_out.c | 159 skb_set_network_header(skbn, in ax25_output() 173 skb_set_network_header(skbn, in ax25_output()
|
/linux-6.12.1/net/mpls/ |
D | mpls_gso.c | 69 skb_set_network_header(skb, mac_len); in mpls_gso_segment()
|
/linux-6.12.1/net/nsh/ |
D | nsh.c | 121 skb_set_network_header(skb, outer_hlen); in nsh_gso_segment()
|
/linux-6.12.1/net/hsr/ |
D | hsr_slave.c | 67 skb_set_network_header(skb, ETH_HLEN + HSR_HLEN); in hsr_handle_frame()
|
/linux-6.12.1/drivers/net/ |
D | tap.c | 722 skb_set_network_header(skb, ETH_HLEN); in tap_get_user() 750 skb_set_network_header(skb, depth); in tap_get_user() 1196 skb_set_network_header(skb, ETH_HLEN); in tap_get_user_xdp() 1209 skb_set_network_header(skb, depth); in tap_get_user_xdp()
|
/linux-6.12.1/drivers/net/netdevsim/ |
D | psample.c | 58 skb_set_network_header(skb, skb->len); in nsim_dev_psample_skb_build()
|
/linux-6.12.1/net/bridge/ |
D | br_forward.c | 48 skb_set_network_header(skb, depth); in br_dev_queue_push_xmit()
|
D | br_arp_nd_proxy.c | 303 skb_set_network_header(reply, 0); in br_nd_send()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_selftest.c | 102 skb_set_network_header(skb, skb->len); in mlx5e_test_get_udp_skb()
|
/linux-6.12.1/net/core/ |
D | selftests.c | 84 skb_set_network_header(skb, skb->len); in net_test_get_skb()
|
D | gro.c | 489 skb_set_network_header(skb, skb_gro_offset(skb)); in dev_gro_receive()
|
/linux-6.12.1/net/ipv6/ |
D | icmp.c | 913 skb_set_network_header(skb, sizeof(*hdr)); in icmpv6_rcv() 921 skb_set_network_header(skb, nh); in icmpv6_rcv()
|
/linux-6.12.1/net/batman-adv/ |
D | tvlv.c | 412 skb_set_network_header(skb, tvlv_offset); in batadv_tvlv_call_handler()
|
D | distributed-arp-table.c | 1642 skb_set_network_header(skb, ETH_HLEN); in batadv_dat_put_dhcp() 1761 skb_set_network_header(skb, hdr_size + ETH_HLEN); in batadv_dat_snoop_incoming_dhcp_ack()
|
D | send.c | 96 skb_set_network_header(skb, ETH_HLEN); in batadv_send_skb_packet()
|
D | soft-interface.c | 238 skb_set_network_header(skb, network_offset); in batadv_interface_tx()
|
/linux-6.12.1/include/net/ |
D | ip_tunnels.h | 492 skb_set_network_header(skb, maclen); in skb_vlan_inet_prepare()
|
/linux-6.12.1/drivers/net/ppp/ |
D | pptp.c | 336 skb_set_network_header(skb, skb->head-skb->data); in pptp_rcv_core()
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 507 skb_set_network_header(skb, skb->mac_len); in ixgbe_fso()
|
/linux-6.12.1/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_cm.c | 1355 skb_set_network_header(skb, (void *)iph - (void *)req); in chtls_pass_accept_request() 1359 skb_set_network_header(skb, (void *)ip6h - (void *)req); in chtls_pass_accept_request()
|
123