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

/linux-master/include/uapi/linux/
H A Dseg6_iptunnel.h22 SEG6_IPTUNNEL_SRH, enumerator in enum:__anon3109
/linux-master/net/ipv6/
H A Dseg6_iptunnel.c67 [SEG6_IPTUNNEL_SRH] = { .type = NLA_BINARY },
627 if (!tb[SEG6_IPTUNNEL_SRH])
630 tuninfo = nla_data(tb[SEG6_IPTUNNEL_SRH]);
631 tuninfo_len = nla_len(tb[SEG6_IPTUNNEL_SRH]);
700 if (nla_put_srh(skb, SEG6_IPTUNNEL_SRH, tuninfo))

Completed in 113 milliseconds