Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dseg6_iptunnel.h22 SEG6_IPTUNNEL_SRH, enumerator
/linux-6.3-rc2/net/ipv6/
A Dseg6_iptunnel.c67 [SEG6_IPTUNNEL_SRH] = { .type = NLA_BINARY },
628 if (!tb[SEG6_IPTUNNEL_SRH]) in seg6_build_state()
631 tuninfo = nla_data(tb[SEG6_IPTUNNEL_SRH]); in seg6_build_state()
632 tuninfo_len = nla_len(tb[SEG6_IPTUNNEL_SRH]); in seg6_build_state()
701 if (nla_put_srh(skb, SEG6_IPTUNNEL_SRH, tuninfo)) in seg6_fill_encap_info()

Completed in 4 milliseconds