Home
last modified time | relevance | path

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

/net/ipv6/
Dndisc.c1588 int rd_len) in ndisc_fill_redirect_hdr_option() argument
1590 u8 *opt = skb_put(skb, rd_len); in ndisc_fill_redirect_hdr_option()
1594 *(opt++) = (rd_len >> 3); in ndisc_fill_redirect_hdr_option()
1598 rd_len - 8); in ndisc_fill_redirect_hdr_option()
1614 int rd_len; in ndisc_send_redirect() local
1686 rd_len = min_t(unsigned int, in ndisc_send_redirect()
1689 rd_len &= ~0x7; in ndisc_send_redirect()
1690 optlen += rd_len; in ndisc_send_redirect()
1716 if (rd_len) in ndisc_send_redirect()
1717 ndisc_fill_redirect_hdr_option(buff, skb, rd_len); in ndisc_send_redirect()