Lines Matching refs:error_out
1326 struct mbuf *control, int *error_out) in sbappendaddr() argument
1334 if (error_out) { in sbappendaddr()
1335 *error_out = 0; in sbappendaddr()
1349 if (error_out != NULL) { in sbappendaddr()
1350 *error_out = EINVAL; in sbappendaddr()
1382 if (error_out) { in sbappendaddr()
1383 *error_out = error; in sbappendaddr()
1410 if (error_out) { in sbappendaddr()
1411 *error_out = ENOBUFS; in sbappendaddr()
1489 int *error_out) in sbappendcontrol() argument
1496 if (error_out) { in sbappendcontrol()
1497 *error_out = 0; in sbappendcontrol()
1507 if (error_out != NULL) { in sbappendcontrol()
1508 *error_out = EINVAL; in sbappendcontrol()
1539 if (error_out) { in sbappendcontrol()
1540 *error_out = error; in sbappendcontrol()
1565 if (error_out) { in sbappendcontrol()
1566 *error_out = ENOBUFS; in sbappendcontrol()