Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Drpl_iptunnel.c36 [RPL_IPTUNNEL_SRH] = { .type = NLA_BINARY },
86 if (!tb[RPL_IPTUNNEL_SRH]) in rpl_build_state()
89 srh = nla_data(tb[RPL_IPTUNNEL_SRH]); in rpl_build_state()
90 srh_len = nla_len(tb[RPL_IPTUNNEL_SRH]); in rpl_build_state()
320 if (nla_put_rpl_srh(skb, RPL_IPTUNNEL_SRH, tuninfo)) in rpl_fill_encap_info()
/openbmc/linux/include/uapi/linux/
H A Drpl_iptunnel.h14 RPL_IPTUNNEL_SRH, enumerator