Searched refs:ip_pkt_copy (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 2864 err = ip_pkt_copy(&lconnp->conn_xmit_ipp, &econnp->conn_xmit_ipp,
|
H A D | icmp.c | 3069 error = ip_pkt_copy(&connp->conn_xmit_ipp, ipp, KM_NOSLEEP); 3387 error = ip_pkt_copy(&connp->conn_xmit_ipp, ipp, KM_NOSLEEP);
|
H A D | ip.c | 14866 ip_pkt_copy(ip_pkt_t *src, ip_pkt_t *dst, int kmflag) function
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip.h | 2811 extern int ip_pkt_copy(ip_pkt_t *, ip_pkt_t *, int);
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 2657 error = ip_pkt_copy(&connp->conn_xmit_ipp, ipp, KM_NOSLEEP);
|
Completed in 195 milliseconds