Lines Matching refs:error_out
1321 struct mbuf *control, int *error_out) in sbappendaddr() argument
1329 if (error_out) { in sbappendaddr()
1330 *error_out = 0; in sbappendaddr()
1344 if (error_out != NULL) { in sbappendaddr()
1345 *error_out = EINVAL; in sbappendaddr()
1379 if (error_out) { in sbappendaddr()
1380 *error_out = error; in sbappendaddr()
1407 if (error_out) { in sbappendaddr()
1408 *error_out = ENOBUFS; in sbappendaddr()
1490 int *error_out) in sbappendcontrol() argument
1497 if (error_out) { in sbappendcontrol()
1498 *error_out = 0; in sbappendcontrol()
1508 if (error_out != NULL) { in sbappendcontrol()
1509 *error_out = EINVAL; in sbappendcontrol()
1542 if (error_out) { in sbappendcontrol()
1543 *error_out = error; in sbappendcontrol()
1568 if (error_out) { in sbappendcontrol()
1569 *error_out = ENOBUFS; in sbappendcontrol()