Searched refs:tx_prog (Results 1 – 1 of 1) sorted by relevance
958 struct bpf_program *tx_prog; in run_options() local1019 tx_prog = progs[4]; in run_options()1021 tx_prog = progs[5]; in run_options()1023 tx_prog = progs[6]; in run_options()1025 tx_prog = progs[7]; in run_options()1027 tx_prog = progs[8]; in run_options()1029 tx_prog = NULL; in run_options()1031 if (tx_prog) { in run_options()1034 links[4] = bpf_program__attach_sockmap(tx_prog, map_fd[1]); in run_options()