Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Drpl_iptunnel.c303 len = RPL_IPTUNNEL_SRH_SIZE(tuninfo->srh); in nla_put_rpl_srh()
330 return nla_total_size(RPL_IPTUNNEL_SRH_SIZE(tuninfo->srh)); in rpl_encap_nlsize()
337 int len = RPL_IPTUNNEL_SRH_SIZE(a_hdr->srh); in rpl_encap_cmp()
339 if (len != RPL_IPTUNNEL_SRH_SIZE(b_hdr->srh)) in rpl_encap_cmp()
/openbmc/linux/include/uapi/linux/
H A Drpl_iptunnel.h19 #define RPL_IPTUNNEL_SRH_SIZE(srh) (((srh)->hdrlen + 1) << 3) macro