Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_sockmap.c79 int txmsg_ingress; variable
109 {"txmsg_ingress", no_argument, &txmsg_ingress, 1 },
178 txmsg_ingress = txmsg_redir_skb = 0; in test_reset()
759 if (!txmsg_redir || txmsg_ingress) { in sendmsg_test()
1167 if (txmsg_ingress) { in run_options()
1174 "ERROR: bpf_map_update_elem (txmsg_ingress): %d (%s)\n", in run_options()
1217 "ERROR: bpf_map_update_elem (txmsg_ingress): %d (%s)\n", in run_options()
1238 "ERROR: bpf_map_update_elem (txmsg_ingress): %d (%s)\n", in run_options()
1364 if (txmsg_ingress) in test_options()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_sockmap.c81 int txmsg_ingress; variable
111 {"txmsg_ingress", no_argument, &txmsg_ingress, 1 },
178 txmsg_ingress = txmsg_redir_skb = 0; in test_reset()
735 if (!txmsg_redir || (txmsg_redir && txmsg_ingress)) { in sendmsg_test()
1123 if (txmsg_ingress) { in run_options()
1130 "ERROR: bpf_map_update_elem (txmsg_ingress): %d (%s)\n", in run_options()
1173 "ERROR: bpf_map_update_elem (txmsg_ingress): %d (%s)\n", in run_options()
1194 "ERROR: bpf_map_update_elem (txmsg_ingress): %d (%s)\n", in run_options()
1320 if (txmsg_ingress) in test_options()
[all...]

Completed in 5 milliseconds