Searched refs:tx_prog (Results 1 – 1 of 1) sorted by relevance
946 struct bpf_program *tx_prog; in run_options() local987 tx_prog = progs[3]; in run_options()989 tx_prog = progs[4]; in run_options()991 tx_prog = progs[5]; in run_options()993 tx_prog = progs[6]; in run_options()995 tx_prog = progs[7]; in run_options()997 tx_prog = NULL; in run_options()999 if (tx_prog) { in run_options()1002 links[4] = bpf_program__attach_sockmap(tx_prog, map_fd[1]); in run_options()