Home
last modified time | relevance | path

Searched refs:tp_off (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/samples/bpf/
Dparse_varlen.c22 static int tcp(void *data, uint64_t tp_off, void *data_end) in tcp() argument
24 struct tcphdr *tcp = data + tp_off; in tcp()
33 static int udp(void *data, uint64_t tp_off, void *data_end) in udp() argument
35 struct udphdr *udp = data + tp_off; in udp()