Lines Matching defs:rblk
410 struct tcp_function_block *rblk = NULL;
416 rblk = blk;
423 return (rblk);
442 struct tcp_function_block *rblk;
445 rblk = find_tcp_fb_locked(blk, NULL);
446 if (rblk)
447 refcount_acquire(&rblk->tfb_refcnt);
449 return (rblk);
486 struct tcp_function_block *rblk;
489 rblk = V_tcp_func_set_ptr;
490 refcount_acquire(&rblk->tfb_refcnt);
492 return (rblk);