Home
last modified time | relevance | path

Searched refs:dccp_ackvec_parsed_add (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/dccp/
Dackvec.h136 int dccp_ackvec_parsed_add(struct list_head *head, u8 *vec, u8 len, u8 nonce);
Dackvec.c350 int dccp_ackvec_parsed_add(struct list_head *head, u8 *vec, u8 len, u8 nonce) in dccp_ackvec_parsed_add() function
363 EXPORT_SYMBOL_GPL(dccp_ackvec_parsed_add);
/linux-4.4.14/net/dccp/ccids/
Dccid2.c497 return dccp_ackvec_parsed_add(&hc->tx_av_chunks, optval, optlen, in ccid2_hc_tx_parse_options()