Searched refs:nodrop (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_socket2.c | 122 static int sbappendrecord_common(struct sockbuf *sb, struct mbuf *m0, boolean_t nodrop); 123 static int sbappend_common(struct sockbuf *sb, struct mbuf *m, boolean_t nodrop); 873 sbappend_common(struct sockbuf *sb, struct mbuf *m, boolean_t nodrop) in sbappend_common() argument 879 if (m != NULL && !nodrop) { in sbappend_common() 888 return sbappendrecord_common(sb, m, nodrop); in sbappend_common() 892 ASSERT(nodrop == FALSE); in sbappend_common() 1109 sbappendrecord_common(struct sockbuf *sb, struct mbuf *m0, boolean_t nodrop) in sbappendrecord_common() argument 1117 if (m0 != NULL && nodrop == FALSE) { in sbappendrecord_common() 1128 if (nodrop == FALSE) { in sbappendrecord_common() 1135 ASSERT(nodrop == FALSE); in sbappendrecord_common()
|