Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dseg6_iptunnel.h22 SEG6_IPTUNNEL_SRH, enumerator
/openbmc/linux/net/ipv6/
H A Dseg6_iptunnel.c67 [SEG6_IPTUNNEL_SRH] = { .type = NLA_BINARY },
626 if (!tb[SEG6_IPTUNNEL_SRH]) in seg6_build_state()
629 tuninfo = nla_data(tb[SEG6_IPTUNNEL_SRH]); in seg6_build_state()
630 tuninfo_len = nla_len(tb[SEG6_IPTUNNEL_SRH]); in seg6_build_state()
699 if (nla_put_srh(skb, SEG6_IPTUNNEL_SRH, tuninfo)) in seg6_fill_encap_info()