Searched refs:mld_input (Results 1 – 3 of 3) sorted by relevance
248 extern int mld_input(struct mbuf *, int, int);
755 if (mld_input(m, off, icmp6len) == IPPROTO_DONE) { in icmp6_input()760 if (mld_input(n, off, icmp6len) != IPPROTO_DONE) { in icmp6_input()
1511 mld_input(struct mbuf *m, int off, int icmp6len) in mld_input() function