Searched refs:fill_encap (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/net/core/ |
H A D | lwtunnel.c | 256 if (likely(ops && ops->fill_encap)) in lwtunnel_fill_encap() 257 ret = ops->fill_encap(skb, lwtstate); in lwtunnel_fill_encap()
|
H A D | lwt_bpf.c | 517 .fill_encap = bpf_fill_encap_info,
|
/openbmc/linux/include/net/ |
H A D | lwtunnel.h | 47 int (*fill_encap)(struct sk_buff *skb, member
|
/openbmc/linux/net/mpls/ |
H A D | mpls_iptunnel.c | 284 .fill_encap = mpls_fill_encap_info,
|
/openbmc/linux/net/ipv6/ila/ |
H A D | ila_lwt.c | 316 .fill_encap = ila_fill_encap_info,
|
/openbmc/linux/net/ipv6/ |
H A D | rpl_iptunnel.c | 350 .fill_encap = rpl_fill_encap_info,
|
H A D | ioam6_iptunnel.c | 463 .fill_encap = ioam6_fill_encap_info,
|
H A D | seg6_iptunnel.c | 729 .fill_encap = seg6_fill_encap_info,
|
H A D | seg6_local.c | 2667 .fill_encap = seg6_local_fill_encap,
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 922 .fill_encap = ip_tun_fill_encap_info, 1032 .fill_encap = ip6_tun_fill_encap_info,
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_interface_core.c | 140 .fill_encap = xfrmi_fill_encap_info,
|