Searched refs:tcp_icmp_input (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h692 extern void tcp_icmp_input(void *, mblk_t *, void *, ip_recv_attr_t *);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c1508 ASSERT(connp->conn_recvicmp == tcp_icmp_input);
1534 connp->conn_recvicmp = tcp_icmp_input;
H A Dtcp_input.c2302 * squeue. ICMP errors go directly to tcp_icmp_input().
5482 * tcp_icmp_input is called as conn_recvicmp to process ICMP error messages
5488 tcp_icmp_input(void *arg1, mblk_t *mp, void *arg2, ip_recv_attr_t *ira) function
5629 * tcp_icmp_error_ipv6 is called from tcp_icmp_input to process ICMPv6

Completed in 119 milliseconds