Home
last modified time | relevance | path

Searched refs:tun_size (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/net/tc_act/ !
Dtc_tunnel_key.h77 size_t tun_size = sizeof(*tun) + tun->options_len; in tcf_tunnel_info_copy() local
78 struct ip_tunnel_info *tun_copy = kmemdup(tun, tun_size, in tcf_tunnel_info_copy()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/ !
Dtc_tun_encap.c632 size_t tun_size = sizeof(*tun_info) + tun_info->options_len; in mlx5e_dup_tun_info() local
634 return kmemdup(tun_info, tun_size, GFP_KERNEL); in mlx5e_dup_tun_info()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/flower/ !
Dconntrack.c1265 size_t tun_size = sizeof(*tun) + tun->options_len; in nfp_fl_ct_add_flow() local
1267 new_act->tunnel = kmemdup(tun, tun_size, GFP_ATOMIC); in nfp_fl_ct_add_flow()