Searched refs:ipv6nd_freedrop_ra (Results 1 – 2 of 2) sorted by relevance
98 void ipv6nd_freedrop_ra(struct ra *, int);99 #define ipv6nd_free_ra(ra) ipv6nd_freedrop_ra((ra), 0)100 #define ipv6nd_drop_ra(ra) ipv6nd_freedrop_ra((ra), 1)
435 void ipv6nd_freedrop_ra(struct ra *rap, int drop) in ipv6nd_freedrop_ra() function