Searched refs:ip_ctloutput (Results 1 – 5 of 5) sorted by relevance
370 extern int ip_ctloutput(struct socket *, struct sockopt *sopt);
755 return ip_ctloutput(so, sopt); in rip_ctloutput()792 error = ip_ctloutput(so, sopt); in rip_ctloutput()851 error = ip_ctloutput(so, sopt); in rip_ctloutput()
2302 error = ip_ctloutput(so, sopt); in tcp_ctloutput()2313 error = ip_ctloutput(so, sopt); in tcp_ctloutput()
1093 error = ip_ctloutput(so, sopt); in udp_ctloutput()1104 error = ip_ctloutput(so, sopt); in udp_ctloutput()
2326 ip_ctloutput(struct socket *so, struct sockopt *sopt) in ip_ctloutput() function