Lines Matching refs:error_out
1315 struct mbuf *control, int *error_out) in sbappendaddr() argument
1323 if (error_out) { in sbappendaddr()
1324 *error_out = 0; in sbappendaddr()
1338 if (error_out != NULL) { in sbappendaddr()
1339 *error_out = EINVAL; in sbappendaddr()
1371 if (error_out) { in sbappendaddr()
1372 *error_out = error; in sbappendaddr()
1399 if (error_out) { in sbappendaddr()
1400 *error_out = ENOBUFS; in sbappendaddr()
1478 int *error_out) in sbappendcontrol() argument
1485 if (error_out) { in sbappendcontrol()
1486 *error_out = 0; in sbappendcontrol()
1496 if (error_out != NULL) { in sbappendcontrol()
1497 *error_out = EINVAL; in sbappendcontrol()
1528 if (error_out) { in sbappendcontrol()
1529 *error_out = error; in sbappendcontrol()
1554 if (error_out) { in sbappendcontrol()
1555 *error_out = ENOBUFS; in sbappendcontrol()