Searched refs:ip6_ctloutput (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/netinet6/
H A Dip6_var.h375 int ip6_ctloutput(struct socket *, struct sockopt *);
H A Draw_ip6.c609 error = ip6_ctloutput(so, sopt);
630 error = ip6_ctloutput(so, sopt);
H A Din6_proto.c164 .pr_ctloutput = ip6_ctloutput,
H A Dip6_output.c1453 ip6_ctloutput(struct socket *so, struct sockopt *sopt) function
1551 printf("ip6_ctloutput: mbuf limit hit\n");
/freebsd-12-stable/sys/netinet/
H A Dudp_usrreq.c1015 error = ip6_ctloutput(so, sopt);
H A Dtcp_usrreq.c1673 error = ip6_ctloutput(so, sopt);
H A Dsctp_usrreq.c6888 error = ip6_ctloutput(so, sopt);

Completed in 213 milliseconds