Home
last modified time | relevance | path

Searched refs:SOF1_MPKL_SEND_INFO (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h290 #define SOF1_MPKL_SEND_INFO 0x00800000 /* SO_MPKL_SEND_INFO option is set */ macro
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_usrreq.c1204 if (so->so_flags1 & SOF1_MPKL_SEND_INFO) { in tcp_usr_send()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c5603 so->so_flags1 &= ~SOF1_MPKL_SEND_INFO; in sosetoptlock()
5605 so->so_flags1 |= SOF1_MPKL_SEND_INFO; in sosetoptlock()