Searched refs:nodrop (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/kern/ |
| H A D | uipc_socket2.c | 124 static int sbappendrecord_common(struct sockbuf *sb, struct mbuf *m0, boolean_t nodrop); 125 static int sbappend_common(struct sockbuf *sb, struct mbuf *m, boolean_t nodrop); 875 sbappend_common(struct sockbuf *sb, struct mbuf *m, boolean_t nodrop) in sbappend_common() argument 881 if (m != NULL && !nodrop) { in sbappend_common() 890 return sbappendrecord_common(sb, m, nodrop); in sbappend_common() 894 ASSERT(nodrop == FALSE); in sbappend_common() 1111 sbappendrecord_common(struct sockbuf *sb, struct mbuf *m0, boolean_t nodrop) in sbappendrecord_common() argument 1119 if (m0 != NULL && nodrop == FALSE) { in sbappendrecord_common() 1130 if (nodrop == FALSE) { in sbappendrecord_common() 1137 ASSERT(nodrop == FALSE); in sbappendrecord_common()
|