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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h36 struct linum_err { struct
93 __type(value, struct linum_err);
139 struct linum_err __linum_err; \
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c184 struct linum_err linum_err; local
188 if (!bpf_map_lookup_elem(lport_linum_map_fd, &lport, &linum_err)) {
191 lport, linum_err.linum, linum_err.err);
196 if (!bpf_map_lookup_elem(lport_linum_map_fd, &lport, &linum_err)) {
199 lport, linum_err.linum, linum_err.err);

Completed in 121 milliseconds