Searched refs:pkt_caplen (Results 1 – 1 of 1) sorted by relevance
470 static void bpf_dump_pkt(uint8_t *pkt, uint32_t pkt_caplen, uint32_t pkt_len) in bpf_dump_pkt() argument472 if (pkt_caplen != pkt_len) in bpf_dump_pkt()473 rl_printf("cap: %u, len: %u\n", pkt_caplen, pkt_len); in bpf_dump_pkt()477 hex_dump(pkt, pkt_caplen); in bpf_dump_pkt()633 uint8_t *pkt, uint32_t pkt_caplen, in bpf_single_step() argument665 d = pkt_caplen - K; in bpf_single_step()672 d = pkt_caplen - K; in bpf_single_step()679 d = pkt_caplen - K; in bpf_single_step()686 d = pkt_caplen - (r->X + K); in bpf_single_step()691 d = pkt_caplen - (r->X + K); in bpf_single_step()[all …]