Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A 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()
/kernel/linux/linux-6.6/samples/bpf/
H A 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()

Completed in 1 milliseconds