Lines Matching refs:pkt_caplen
470 static void bpf_dump_pkt(uint8_t *pkt, uint32_t pkt_caplen, uint32_t pkt_len) in bpf_dump_pkt() argument
472 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() argument
665 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()
698 d = pkt_caplen - (r->X + K); in bpf_single_step()
705 d = pkt_caplen - K; in bpf_single_step()
855 uint8_t *pkt, uint32_t pkt_caplen, in bpf_handle_breakpoint() argument
861 bpf_dump_pkt(pkt, pkt_caplen, pkt_len); in bpf_handle_breakpoint()
867 uint32_t pkt_caplen, uint32_t pkt_len) in bpf_run_all() argument
876 pkt_caplen, pkt_len); in bpf_run_all()
878 bpf_single_step(&bpf_curr, &f[bpf_curr.Pc], pkt, pkt_caplen, in bpf_run_all()
887 uint8_t *pkt, uint32_t pkt_caplen, in bpf_run_stepping() argument
898 pkt_caplen, pkt_len); in bpf_run_stepping()
900 bpf_single_step(&bpf_curr, &f[bpf_curr.Pc], pkt, pkt_caplen, in bpf_run_stepping()