Home
last modified time | relevance | path

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

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