Searched refs:ip_ctloutput (Results 1 – 5 of 5) sorted by relevance
369 extern int ip_ctloutput(struct socket *, struct sockopt *sopt);
753 return ip_ctloutput(so, sopt); in rip_ctloutput()790 error = ip_ctloutput(so, sopt); in rip_ctloutput()849 error = ip_ctloutput(so, sopt); in rip_ctloutput()
1029 error = ip_ctloutput(so, sopt); in udp_ctloutput()1040 error = ip_ctloutput(so, sopt); in udp_ctloutput()
2256 error = ip_ctloutput(so, sopt); in tcp_ctloutput()2267 error = ip_ctloutput(so, sopt); in tcp_ctloutput()
2296 ip_ctloutput(struct socket *so, struct sockopt *sopt) in ip_ctloutput() function