Searched refs:ip_ctloutput (Results 1 – 5 of 5) sorted by relevance
369 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()
2296 error = ip_ctloutput(so, sopt); in tcp_ctloutput()2307 error = ip_ctloutput(so, sopt); in tcp_ctloutput()
1029 error = ip_ctloutput(so, sopt); in udp_ctloutput()1040 error = ip_ctloutput(so, sopt); in udp_ctloutput()
2296 ip_ctloutput(struct socket *so, struct sockopt *sopt) in ip_ctloutput() function