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

/freebsd-11-stable/sys/netinet6/
H A Dsend.c67 #define V_send_so VNET(send_so) macro
84 if (V_send_so != NULL) {
105 V_send_so = so;
224 KASSERT(V_send_so == so, ("%s: socket %p not send socket %p",
225 __func__, so, V_send_so));
249 if (V_send_so)
250 V_send_so = NULL;
266 if (V_send_so == NULL) {
290 SOCKBUF_LOCK(&V_send_so->so_rcv);
291 if (sbappendaddr_locked(&V_send_so
[all...]

Completed in 49 milliseconds