Searched refs:target_fd (Results 1 – 1 of 1) sorted by relevance
280 def BpfProgAttach(prog_fd, target_fd, prog_type): argument281 attr = BpfAttrProgAttach((target_fd, prog_fd, prog_type))286 def BpfProgDetach(target_fd, prog_type): argument287 attr = BpfAttrProgAttach((target_fd, 0, prog_type))