Searched refs:pkt_caplen (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/ |
H A D | bpf_dbg.c | 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() 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 in bpf_single_step() 632 bpf_single_step(struct bpf_regs *r, struct sock_filter *f, uint8_t *pkt, uint32_t pkt_caplen, uint32_t pkt_len) bpf_single_step() argument 854 bpf_handle_breakpoint(struct bpf_regs *r, struct sock_filter *f, uint8_t *pkt, uint32_t pkt_caplen, uint32_t pkt_len) bpf_handle_breakpoint() argument 866 bpf_run_all(struct sock_filter *f, uint16_t bpf_len, uint8_t *pkt, uint32_t pkt_caplen, uint32_t pkt_len) bpf_run_all() argument 886 bpf_run_stepping(struct sock_filter *f, uint16_t bpf_len, uint8_t *pkt, uint32_t pkt_caplen, uint32_t pkt_len, int next) bpf_run_stepping() argument [all...] |
/kernel/linux/linux-6.6/tools/bpf/ |
H A D | bpf_dbg.c | 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() 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 in bpf_single_step() 632 bpf_single_step(struct bpf_regs *r, struct sock_filter *f, uint8_t *pkt, uint32_t pkt_caplen, uint32_t pkt_len) bpf_single_step() argument 854 bpf_handle_breakpoint(struct bpf_regs *r, struct sock_filter *f, uint8_t *pkt, uint32_t pkt_caplen, uint32_t pkt_len) bpf_handle_breakpoint() argument 866 bpf_run_all(struct sock_filter *f, uint16_t bpf_len, uint8_t *pkt, uint32_t pkt_caplen, uint32_t pkt_len) bpf_run_all() argument 886 bpf_run_stepping(struct sock_filter *f, uint16_t bpf_len, uint8_t *pkt, uint32_t pkt_caplen, uint32_t pkt_len, int next) bpf_run_stepping() argument [all...] |
Completed in 4 milliseconds