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

/net/dccp/
H A Dfeat.h64 * @needs_confirm: whether to send a Confirm instead of a Change
65 * @empty_confirm: whether to send an empty Confirm (depends on @needs_confirm)
75 needs_confirm, member in struct:dccp_feat_entry
84 if (entry->needs_confirm)
H A Dfeat.c288 entry->needs_confirm ? "(Confirm pending)" : "");
495 new->needs_confirm = false;
523 new->needs_confirm = true;
655 rpt = pos->needs_confirm;
1184 entry->needs_confirm = true;
1542 if (!cur->needs_confirm)

Completed in 6 milliseconds