Home
last modified time | relevance | path

Searched refs:l_slot (Results 1 – 2 of 2) sorted by relevance

/linux/net/mptcp/
H A Dmptcp_diag.c71 unsigned int l_slot; member
86 for (i = diag_ctx->l_slot; i <= hinfo->lhash2_mask; i++) { in mptcp_diag_dump_listeners()
129 diag_ctx->l_slot = i; in mptcp_diag_dump_listeners()
146 diag_ctx->l_slot = i; in mptcp_diag_dump_listeners()
/linux/lib/
H A Dmaple_tree.c2909 unsigned char l_slot; in mas_push_data()
2911 l_slot = l_mas->offset; in mas_push_data()
2916 (l_slot && in mas_push_data()
2917 !mas_slot_locked(l_mas, l_wr_mas->slots, l_slot - 1))) { in mas_push_data()
2918 if (l_slot > 1) in mas_push_data()
2919 l_mas->index = l_wr_mas->pivots[l_slot - 2] + 1; in mas_push_data()
2923 l_mas->offset = l_slot - 1; in mas_push_data()
2488 unsigned char l_slot = mast->orig_l->offset; mast_combine_cp_left() local
3257 unsigned char l_slot; mas_extend_spanning_null() local