Searched refs:inp_freed (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c216 int inp_freed = 0; local
220 inp_freed = free_lctx(td, lctx);
222 return (inp_freed ? NULL : inp);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c332 int inp_freed = 0; local
336 inp_freed = free_lctx(sc, lctx);
338 return (inp_freed ? NULL : inp);

Completed in 130 milliseconds