Searched refs:tx_prog (Results 1 – 1 of 1) sorted by relevance
1052 struct bpf_program *tx_prog; in run_options() local1113 tx_prog = progs[4]; in run_options()1115 tx_prog = progs[5]; in run_options()1117 tx_prog = progs[6]; in run_options()1119 tx_prog = progs[7]; in run_options()1121 tx_prog = progs[8]; in run_options()1123 tx_prog = NULL; in run_options()1125 if (tx_prog) { in run_options()1128 links[4] = bpf_program__attach_sockmap(tx_prog, map_fd[1]); in run_options()