Searched refs:DCCP_OPTVAL_MAXLEN (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | feat.h | 125 #define DCCP_OPTVAL_MAXLEN 6 macro
|
H A D | options.c | 26 if (len >= DCCP_OPTVAL_MAXLEN) in dccp_decode_value_var() 268 if (len >= DCCP_OPTVAL_MAXLEN) in dccp_encode_value_var()
|
H A D | feat.c | 574 * Length is between 0 and %DCCP_OPTVAL_MAXLEN. Used for outgoing packets only, 638 u8 opt, type, len, *ptr, nn_in_nbo[DCCP_OPTVAL_MAXLEN]; in dccp_feat_insert_opts()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | feat.h | 124 #define DCCP_OPTVAL_MAXLEN 6 macro
|
H A D | options.c | 26 if (len >= DCCP_OPTVAL_MAXLEN) in dccp_decode_value_var() 268 if (len >= DCCP_OPTVAL_MAXLEN) in dccp_encode_value_var()
|
H A D | feat.c | 574 * Length is between 0 and %DCCP_OPTVAL_MAXLEN. Used for outgoing packets only, 638 u8 opt, type, len, *ptr, nn_in_nbo[DCCP_OPTVAL_MAXLEN]; in dccp_feat_insert_opts()
|
Completed in 7 milliseconds