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

/linux-master/net/sctp/
H A Dulpevent.c67 /* Is this a MSG_NOTIFICATION? */
70 return MSG_NOTIFICATION == (event->msg_flags & MSG_NOTIFICATION);
138 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize);
149 MSG_NOTIFICATION, gfp);
251 MSG_NOTIFICATION, gfp);
404 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize);
455 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize);
551 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize);
586 MSG_NOTIFICATION, gf
[all...]
H A Dulpqueue.c221 if ((event->msg_flags & MSG_NOTIFICATION) ||
H A Dsocket.c2144 msg->msg_flags |= MSG_NOTIFICATION;
2180 } else if ((event->msg_flags & MSG_NOTIFICATION) ||
/linux-master/include/uapi/linux/
H A Dsctp.h180 MSG_NOTIFICATION = 0x8000, enumerator in enum:sctp_msg_flags
181 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
318 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */

Completed in 282 milliseconds