Searched refs:dccp_ackvec_parsed_add (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ackvec.h | 134 int dccp_ackvec_parsed_add(struct list_head *head, u8 *vec, u8 len, u8 nonce);
|
H A D | ackvec.c | 347 int dccp_ackvec_parsed_add(struct list_head *head, u8 *vec, u8 len, u8 nonce) in dccp_ackvec_parsed_add() function 360 EXPORT_SYMBOL_GPL(dccp_ackvec_parsed_add); variable
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ackvec.h | 134 int dccp_ackvec_parsed_add(struct list_head *head, u8 *vec, u8 len, u8 nonce);
|
H A D | ackvec.c | 352 int dccp_ackvec_parsed_add(struct list_head *head, u8 *vec, u8 len, u8 nonce) in dccp_ackvec_parsed_add() function 365 EXPORT_SYMBOL_GPL(dccp_ackvec_parsed_add); variable
|
/kernel/linux/linux-5.10/net/dccp/ccids/ |
H A D | ccid2.c | 500 return dccp_ackvec_parsed_add(&hc->tx_av_chunks, optval, optlen, in ccid2_hc_tx_parse_options()
|
/kernel/linux/linux-6.6/net/dccp/ccids/ |
H A D | ccid2.c | 505 return dccp_ackvec_parsed_add(&hc->tx_av_chunks, optval, optlen, in ccid2_hc_tx_parse_options()
|
Completed in 5 milliseconds