Searched refs:soopt_mcopyin (Results 1 – 4 of 4) sorted by relevance
65 int soopt_mcopyin(struct sockopt *sopt, struct mbuf *m);
1339 error = soopt_mcopyin(sopt, m); /* XXX */ in ip6_ctloutput()1714 if ((error = soopt_mcopyin(sopt, m)) != 0) /* XXX */ in ip6_ctloutput()1930 error = soopt_mcopyin(sopt, m); /* XXX */ in ip6_ctloutput()
1125 if ((error = soopt_mcopyin(sopt, m)) != 0) /* XXX */ in ip_ctloutput()
2825 soopt_mcopyin(struct sockopt *sopt, struct mbuf *m) function