Searched defs:headp (Results 1 - 1 of 1) sorted by relevance

/net/dccp/ccids/lib/
H A Dpacket_history.c62 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno) argument
70 entry->next = *headp;
71 *headp = entry;
75 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp) argument
77 struct tfrc_tx_hist_entry *head = *headp;
86 *headp = NULL;

Completed in 22 milliseconds