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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_uio.h153 uint16_t snd_flags; member in struct:sctp_sndinfo
H A Dsctp_usrreq.c3066 info->snd_flags = stcb->asoc.def_send.sinfo_flags;
3067 info->snd_flags &= 0xfff0;
3077 info->snd_flags = inp->def_send.sinfo_flags;
3078 info->snd_flags &= 0xfff0;
5553 stcb->asoc.def_send.sinfo_flags = info->snd_flags;
5570 inp->def_send.sinfo_flags = info->snd_flags;
5584 stcb->asoc.def_send.sinfo_flags = info->snd_flags;
H A Dsctputil.c2855 ssfe->ssfe_info.snd_flags = chk->rec.data.rcv_flags;
2967 ssfe->ssfe_info.snd_flags = SCTP_DATA_LAST_FRAG;
2969 ssfe->ssfe_info.snd_flags = SCTP_DATA_NOT_FRAG;
H A Dsctp_output.c3528 sndrcvinfo->sinfo_flags = sndinfo.snd_flags;

Completed in 142 milliseconds