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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dfeat.h65 * @empty_confirm: whether to send an empty Confirm (depends on @needs_confirm)
76 empty_confirm, member in struct:dccp_feat_entry
H A Dfeat.c479 new->empty_confirm = 0;
506 new->empty_confirm = (fval == NULL);
508 if (!new->empty_confirm)
630 if (pos->empty_confirm) {
919 if (entry != NULL && !entry->empty_confirm)
1078 entry->empty_confirm = 0;
1094 entry->empty_confirm = 1;
1317 if (cur->empty_confirm)

Completed in 55 milliseconds