Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/dccp/
H A Dfeat.h36 FEAT_CHANGING, /* Change sent but not confirmed yet */ enumerator
H A Dfeat.c684 pos->state = FEAT_CHANGING; in dccp_feat_insert_opts()
1230 if (entry->state != FEAT_CHANGING) /* 6.6.2 */ in dccp_feat_confirm_recv()
1352 if (entry == NULL || entry->state != FEAT_CHANGING) in dccp_feat_handle_nn_established()
/kernel/linux/linux-6.6/net/dccp/
H A Dfeat.h36 FEAT_CHANGING, /* Change sent but not confirmed yet */ enumerator
H A Dfeat.c684 pos->state = FEAT_CHANGING; in dccp_feat_insert_opts()
1236 if (entry->state != FEAT_CHANGING) /* 6.6.2 */ in dccp_feat_confirm_recv()
1358 if (entry == NULL || entry->state != FEAT_CHANGING) in dccp_feat_handle_nn_established()

Completed in 6 milliseconds