Home
last modified time | relevance | path

Searched refs:b (Results 1 – 5 of 5) sorted by relevance

/samples/bpf/
Dtest_lru_dist.c24 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
177 char *b, *l; in read_keys() local
184 b = malloc(fst.st_size); in read_keys()
185 assert(b); in read_keys()
187 assert(read(dist_fd, b, fst.st_size) == fst.st_size); in read_keys()
190 if (b[i] == '\n') in read_keys()
199 for (l = strtok(b, "\n"); l; l = strtok(NULL, "\n")) in read_keys()
201 free(b); in read_keys()
Dxdp_rxq_info_user.c428 static inline void swap(struct stats_record **a, struct stats_record **b) in swap() argument
433 *a = *b; in swap()
434 *b = tmp; in swap()
Dxdp_redirect_cpu_user.c478 static inline void swap(struct stats_record **a, struct stats_record **b) in swap() argument
483 *a = *b; in swap()
484 *b = tmp; in swap()
Dxdp_monitor_user.c576 static inline void swap(struct stats_record **a, struct stats_record **b) in swap() argument
581 *a = *b; in swap()
582 *b = tmp; in swap()
/samples/pktgen/
DREADME.rst28 -b : ($BURST) HW level bursting of SKBs