Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
A Drpl_iptunnel.c304 len = RPL_IPTUNNEL_SRH_SIZE(tuninfo->srh); in nla_put_rpl_srh()
331 return nla_total_size(RPL_IPTUNNEL_SRH_SIZE(tuninfo->srh)); in rpl_encap_nlsize()
338 int len = RPL_IPTUNNEL_SRH_SIZE(a_hdr->srh); in rpl_encap_cmp()
340 if (len != RPL_IPTUNNEL_SRH_SIZE(b_hdr->srh)) in rpl_encap_cmp()
/linux-6.3-rc2/include/uapi/linux/
A Drpl_iptunnel.h19 #define RPL_IPTUNNEL_SRH_SIZE(srh) (((srh)->hdrlen + 1) << 3) macro

Completed in 4 milliseconds