Home
last modified time | relevance | path

Searched refs:SEG6_IPTUNNEL_SRH (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dseg6_iptunnel.h22 SEG6_IPTUNNEL_SRH, enumerator
/linux-6.6.21/net/ipv6/
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()