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

/linux-master/net/dccp/
H A Dfeat.h62 * @empty_confirm: whether to send an empty Confirm (depends on @needs_confirm)
73 empty_confirm, member in struct:dccp_feat_entry
H A Dfeat.c493 new->empty_confirm = false;
521 new->empty_confirm = (fval == NULL);
523 if (!new->empty_confirm)
647 if (pos->empty_confirm) {
1013 if (entry != NULL && !entry->empty_confirm)
1176 entry->empty_confirm = false;
1192 entry->empty_confirm = true;
1525 if (cur->empty_confirm)

Completed in 170 milliseconds