Home
last modified time | relevance | path

Searched refs:pkt_cnt (Results 1 – 2 of 2) sorted by relevance

/samples/bpf/
Dtest_cgrp2_attach.c91 long long pkt_cnt, byte_cnt; in attach_filter() local
117 assert(bpf_map_lookup_elem(map_fd, &key, &pkt_cnt) == 0); in attach_filter()
123 pkt_cnt, byte_cnt); in attach_filter()
Dxdpsock_user.c1294 static inline int get_batch_size(int pkt_cnt) in get_batch_size() argument
1299 if (pkt_cnt + opt_batch_size <= opt_pkt_count) in get_batch_size()
1302 return opt_pkt_count - pkt_cnt; in get_batch_size()
1325 int pkt_cnt = 0; in tx_only_all() local
1333 while ((opt_pkt_count && pkt_cnt < opt_pkt_count) || !opt_pkt_count) { in tx_only_all()
1334 int batch_size = get_batch_size(pkt_cnt); in tx_only_all()
1350 pkt_cnt += batch_size; in tx_only_all()