Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dlwtunnel.h130 struct lwtunnel_state *lwtunnel_state_alloc(int hdr_len);
239 static inline struct lwtunnel_state *lwtunnel_state_alloc(int hdr_len) in lwtunnel_state_alloc() function
/openbmc/linux/net/core/
H A Dlwtunnel.c67 struct lwtunnel_state *lwtunnel_state_alloc(int encap_len) in lwtunnel_state_alloc() function
75 EXPORT_SYMBOL_GPL(lwtunnel_state_alloc);
H A Dlwt_bpf.c390 newts = lwtunnel_state_alloc(sizeof(*bpf)); in bpf_build_state()
/openbmc/linux/net/mpls/
H A Dmpls_iptunnel.c191 newts = lwtunnel_state_alloc(struct_size(tun_encap_info, label, in mpls_build_state()
/openbmc/linux/net/ipv6/ila/
H A Dila_lwt.c226 newts = lwtunnel_state_alloc(sizeof(*ilwt)); in ila_build_state()
/openbmc/linux/net/ipv6/
H A Drpl_iptunnel.c99 newts = lwtunnel_state_alloc(srh_len + sizeof(*rlwt)); in rpl_build_state()
H A Dioam6_iptunnel.c164 lwt = lwtunnel_state_alloc(sizeof(*ilwt) + len_aligned); in ioam6_build_state()
H A Dseg6_iptunnel.c691 newts = lwtunnel_state_alloc(tuninfo_len + sizeof(*slwt)); in seg6_build_state()
H A Dseg6_local.c2515 newts = lwtunnel_state_alloc(sizeof(*slwt)); in seg6_local_build_state()
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c671 new_state = lwtunnel_state_alloc(sizeof(*tun_info) + opt_len); in ip_tun_build_state()
958 new_state = lwtunnel_state_alloc(sizeof(*tun_info) + opt_len); in ip6_tun_build_state()
/openbmc/linux/net/xfrm/
H A Dxfrm_interface_core.c92 new_state = lwtunnel_state_alloc(sizeof(*info)); in xfrmi_build_state()