Home
last modified time | relevance | path

Searched refs:needs_confirm (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Dfeat.h61 * @needs_confirm: whether to send a Confirm instead of a Change
62 * @empty_confirm: whether to send an empty Confirm (depends on @needs_confirm)
72 needs_confirm, member
81 if (entry->needs_confirm) in dccp_feat_genopt()
H A Dfeat.c285 entry->needs_confirm ? "(Confirm pending)" : ""); in dccp_feat_print_entry()
492 new->needs_confirm = false; in dccp_feat_push_change()
520 new->needs_confirm = true; in dccp_feat_push_confirm()
654 rpt = pos->needs_confirm; in dccp_feat_insert_opts()
1188 entry->needs_confirm = true; in dccp_feat_change_recv()
1552 if (!cur->needs_confirm) in dccp_feat_activate_values()
/kernel/linux/linux-6.6/net/dccp/
H A Dfeat.h61 * @needs_confirm: whether to send a Confirm instead of a Change
62 * @empty_confirm: whether to send an empty Confirm (depends on @needs_confirm)
72 needs_confirm, member
81 if (entry->needs_confirm) in dccp_feat_genopt()
H A Dfeat.c285 entry->needs_confirm ? "(Confirm pending)" : ""); in dccp_feat_print_entry()
492 new->needs_confirm = false; in dccp_feat_push_change()
520 new->needs_confirm = true; in dccp_feat_push_confirm()
654 rpt = pos->needs_confirm; in dccp_feat_insert_opts()
1194 entry->needs_confirm = true; in dccp_feat_change_recv()
1558 if (!cur->needs_confirm) in dccp_feat_activate_values()

Completed in 7 milliseconds