Searched refs:tp_off (Results 1 – 1 of 1) sorted by relevance
22 static int tcp(void *data, uint64_t tp_off, void *data_end) in tcp() argument24 struct tcphdr *tcp = data + tp_off; in tcp()33 static int udp(void *data, uint64_t tp_off, void *data_end) in udp() argument35 struct udphdr *udp = data + tp_off; in udp()