Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv6/
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()
/Linux-v6.6/include/uapi/linux/
Drpl_iptunnel.h19 #define RPL_IPTUNNEL_SRH_SIZE(srh) (((srh)->hdrlen + 1) << 3) macro