Home
last modified time | relevance | path

Searched refs:SEG6_IPTUNNEL_SRH (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Dseg6_iptunnel.c64 [SEG6_IPTUNNEL_SRH] = { .type = NLA_BINARY },
428 if (!tb[SEG6_IPTUNNEL_SRH]) in seg6_build_state()
431 tuninfo = nla_data(tb[SEG6_IPTUNNEL_SRH]); in seg6_build_state()
432 tuninfo_len = nla_len(tb[SEG6_IPTUNNEL_SRH]); in seg6_build_state()
497 if (nla_put_srh(skb, SEG6_IPTUNNEL_SRH, tuninfo)) in seg6_fill_encap_info()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dseg6_iptunnel.h22 SEG6_IPTUNNEL_SRH, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dseg6_iptunnel.h22 SEG6_IPTUNNEL_SRH, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dseg6_iptunnel.h24 SEG6_IPTUNNEL_SRH, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dseg6_iptunnel.h24 SEG6_IPTUNNEL_SRH, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dseg6_iptunnel.h11 SEG6_IPTUNNEL_SRH, enumerator
/kernel/linux/linux-6.6/net/ipv6/
H A Dseg6_iptunnel.c67 [SEG6_IPTUNNEL_SRH] = { .type = NLA_BINARY },
627 if (!tb[SEG6_IPTUNNEL_SRH]) in seg6_build_state()
630 tuninfo = nla_data(tb[SEG6_IPTUNNEL_SRH]); in seg6_build_state()
631 tuninfo_len = nla_len(tb[SEG6_IPTUNNEL_SRH]); in seg6_build_state()
700 if (nla_put_srh(skb, SEG6_IPTUNNEL_SRH, tuninfo)) in seg6_fill_encap_info()

Completed in 3 milliseconds