Searched refs:ip_ctloutput (Results 1 – 5 of 5) sorted by relevance
370 extern int ip_ctloutput(struct socket *, struct sockopt *sopt);
758 return ip_ctloutput(so, sopt); in rip_ctloutput()795 error = ip_ctloutput(so, sopt); in rip_ctloutput()854 error = ip_ctloutput(so, sopt); in rip_ctloutput()
2298 error = ip_ctloutput(so, sopt); in tcp_ctloutput()2309 error = ip_ctloutput(so, sopt); in tcp_ctloutput()
1049 error = ip_ctloutput(so, sopt); in udp_ctloutput()1060 error = ip_ctloutput(so, sopt); in udp_ctloutput()
2326 ip_ctloutput(struct socket *so, struct sockopt *sopt) in ip_ctloutput() function