Searched defs:pkt (Results 1 – 1 of 1) sorted by relevance
/tools/net/ |
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() 603 static uint32_t extract_u32(uint8_t *pkt, uint32_t off) in extract_u32() 612 static uint16_t extract_u16(uint8_t *pkt, uint32_t off) in extract_u16() 621 static uint8_t extract_u8(uint8_t *pkt, uint32_t off) in extract_u8() 633 uint8_t *pkt, uint32_t pkt_caplen, in bpf_single_step() 855 uint8_t *pkt, uint32_t pkt_caplen, in bpf_handle_breakpoint() 866 static int bpf_run_all(struct sock_filter *f, uint16_t bpf_len, uint8_t *pkt, in bpf_run_all() 887 uint8_t *pkt, uint32_t pkt_caplen, in bpf_run_stepping()
|