Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netipx/
Dspx_reass.c363 cb->s_oobflags |= SF_IOOB; in spx_reass()
383 cb->s_oobflags &= ~SF_IOOB; in spx_reass()
Dspx.h180 char s_oobflags; member
Dspx_usrreq.c561 if (cb->s_oobflags & SF_SOOB) { in spx_output()
625 if (cb->s_oobflags & SF_SOOB) { in spx_output()
629 cb->s_oobflags &= ~ SF_SOOB; in spx_output()
1387 if ((cb->s_oobflags & SF_IOOB) || so->so_oobmark || in spx_rcvoob()
1427 cb->s_oobflags |= SF_SOOB; in spx_send()