Searched refs:stale (Results 1 – 4 of 4) sorted by relevance
| /dpdk/lib/ip_frag/ |
| H A D | ip_frag_internal.c | 225 struct ip_frag_pkt *pkt, *free, *stale, *lru; in ip_frag_find() local 233 stale = NULL; in ip_frag_find() 238 if ((pkt = ip_frag_lookup(tbl, key, tms, &free, &stale)) == NULL) { in ip_frag_find() 241 if (stale != NULL) { in ip_frag_find() 242 ip_frag_tbl_del(tbl, dr, stale); in ip_frag_find() 243 free = stale; in ip_frag_find() 286 struct ip_frag_pkt **free, struct ip_frag_pkt **stale) in ip_frag_lookup() argument 366 *stale = old; in ip_frag_lookup()
|
| H A D | ip_frag_common.h | 46 struct ip_frag_pkt **free, struct ip_frag_pkt **stale);
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 84 both pop stale data and incorrect change the head pointer. By adding a
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_05.rst | 297 stale resources used for inter-process communication.
|