Searched refs:nodrop (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/kern/ |
| H A D | uipc_socket2.c | 126 static int sbappendrecord_common(struct sockbuf *sb, struct mbuf *m0, boolean_t nodrop); 127 static int sbappend_common(struct sockbuf *sb, struct mbuf *m, boolean_t nodrop); 867 sbappend_common(struct sockbuf *sb, struct mbuf *m, boolean_t nodrop) in sbappend_common() argument 873 if (m != NULL && !nodrop) { in sbappend_common() 882 return sbappendrecord_common(sb, m, nodrop); in sbappend_common() 886 ASSERT(nodrop == FALSE); in sbappend_common() 1103 sbappendrecord_common(struct sockbuf *sb, struct mbuf *m0, boolean_t nodrop) in sbappendrecord_common() argument 1111 if (m0 != NULL && nodrop == FALSE) { in sbappendrecord_common() 1122 if (nodrop == FALSE) { in sbappendrecord_common() 1129 ASSERT(nodrop == FALSE); in sbappendrecord_common()
|