Home
last modified time | relevance | path

Searched refs:lwtunnel_state_alloc (Results 1 – 10 of 10) sorted by relevance

/net/core/
A Dlwtunnel.c69 struct lwtunnel_state *lwtunnel_state_alloc(int encap_len) in lwtunnel_state_alloc() function
77 EXPORT_SYMBOL_GPL(lwtunnel_state_alloc);
A Dlwt_bpf.c395 newts = lwtunnel_state_alloc(sizeof(*bpf)); in bpf_build_state()
/net/mpls/
A Dmpls_iptunnel.c189 newts = lwtunnel_state_alloc(struct_size(tun_encap_info, label, in mpls_build_state()
/net/ipv6/ila/
A Dila_lwt.c226 newts = lwtunnel_state_alloc(sizeof(*ilwt)); in ila_build_state()
/net/ipv6/
A Drpl_iptunnel.c99 newts = lwtunnel_state_alloc(srh_len + sizeof(*rlwt)); in rpl_build_state()
A Dioam6_iptunnel.c172 lwt = lwtunnel_state_alloc(sizeof(*ilwt) + len_aligned); in ioam6_build_state()
A Dseg6_iptunnel.c698 newts = lwtunnel_state_alloc(tuninfo_len + sizeof(*slwt)); in seg6_build_state()
A Dseg6_local.c2523 newts = lwtunnel_state_alloc(sizeof(*slwt)); in seg6_local_build_state()
/net/ipv4/
A Dip_tunnel_core.c674 new_state = lwtunnel_state_alloc(sizeof(*tun_info) + opt_len); in ip_tun_build_state()
968 new_state = lwtunnel_state_alloc(sizeof(*tun_info) + opt_len); in ip6_tun_build_state()
/net/xfrm/
A Dxfrm_interface_core.c92 new_state = lwtunnel_state_alloc(sizeof(*info)); in xfrmi_build_state()

Completed in 27 milliseconds