Home
last modified time | relevance | path

Searched refs:snd_flags (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_uio.h159 uint16_t snd_flags; member
H A Dsctp_usrreq.c3110 info->snd_flags = stcb->asoc.def_send.sinfo_flags;
3111 info->snd_flags &= 0xfff0;
3122 info->snd_flags = inp->def_send.sinfo_flags;
3123 info->snd_flags &= 0xfff0;
6217 stcb->asoc.def_send.sinfo_flags = info->snd_flags;
6235 inp->def_send.sinfo_flags = info->snd_flags;
6250 stcb->asoc.def_send.sinfo_flags = info->snd_flags;
H A Dsctputil.c3435 ssfe->ssfe_info.snd_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()
3538 ssfe->ssfe_info.snd_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()
3540 ssfe->ssfe_info.snd_flags = SCTP_DATA_NOT_FRAG; in sctp_notify_send_failed2()
H A Dsctp_output.c3522 sndrcvinfo->sinfo_flags = sndinfo.snd_flags; in sctp_find_cmsg()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h159 uint16_t snd_flags; member