HomeSort by: relevance | last modified time | path
    Searched defs:snd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
uipc_usrreq.c 424 #define snd (&so2->so_snd) macro
433 snd->sb_mbmax += unp->unp_mbcnt - rcv->sb_mbcnt;
435 newhiwat = snd->sb_hiwat + unp->unp_cc - rcv->sb_cc;
437 &snd->sb_hiwat, newhiwat, RLIM_INFINITY);
440 #undef snd
527 #define snd (&so->so_snd) macro
573 snd->sb_mbmax -=
576 newhiwat = snd->sb_hiwat -
579 &snd->sb_hiwat, newhiwat, RLIM_INFINITY);
582 #undef snd
    [all...]
uipc_usrreq.c 424 #define snd (&so2->so_snd) macro
433 snd->sb_mbmax += unp->unp_mbcnt - rcv->sb_mbcnt;
435 newhiwat = snd->sb_hiwat + unp->unp_cc - rcv->sb_cc;
437 &snd->sb_hiwat, newhiwat, RLIM_INFINITY);
440 #undef snd
527 #define snd (&so->so_snd) macro
573 snd->sb_mbmax -=
576 newhiwat = snd->sb_hiwat -
579 &snd->sb_hiwat, newhiwat, RLIM_INFINITY);
582 #undef snd
    [all...]

Completed in 23 milliseconds