Lines Matching refs:error_out
1322 struct mbuf *control, int *error_out) in sbappendaddr() argument
1330 if (error_out) { in sbappendaddr()
1331 *error_out = 0; in sbappendaddr()
1345 if (error_out != NULL) { in sbappendaddr()
1346 *error_out = EINVAL; in sbappendaddr()
1378 if (error_out) { in sbappendaddr()
1379 *error_out = error; in sbappendaddr()
1406 if (error_out) { in sbappendaddr()
1407 *error_out = ENOBUFS; in sbappendaddr()
1485 int *error_out) in sbappendcontrol() argument
1492 if (error_out) { in sbappendcontrol()
1493 *error_out = 0; in sbappendcontrol()
1503 if (error_out != NULL) { in sbappendcontrol()
1504 *error_out = EINVAL; in sbappendcontrol()
1535 if (error_out) { in sbappendcontrol()
1536 *error_out = error; in sbappendcontrol()
1561 if (error_out) { in sbappendcontrol()
1562 *error_out = ENOBUFS; in sbappendcontrol()