Searched refs:nodrop (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | uipc_socket2.c | 129 static int sbappendrecord_common(struct sockbuf *sb, struct mbuf *m0, boolean_t nodrop); 130 static int sbappend_common(struct sockbuf *sb, struct mbuf *m, boolean_t nodrop); 901 sbappend_common(struct sockbuf *sb, struct mbuf *m, boolean_t nodrop) in sbappend_common() argument 907 if (m != NULL && !nodrop) { in sbappend_common() 916 return sbappendrecord_common(sb, m, nodrop); in sbappend_common() 920 ASSERT(nodrop == FALSE); in sbappend_common() 1102 sbappendrecord_common(struct sockbuf *sb, struct mbuf *m0, boolean_t nodrop) in sbappendrecord_common() argument 1110 if (m0 != NULL && nodrop == FALSE) { in sbappendrecord_common() 1123 if (nodrop == FALSE) { in sbappendrecord_common() 1130 ASSERT(nodrop == FALSE); in sbappendrecord_common()
|