Lines Matching defs:fd
70 int fd; in sys_bpf_prog_load() local
223 int fd; in bpf_load_program_xattr() local
370 int bpf_map_update_elem(int fd, const void *key, const void *value, in bpf_map_update_elem()
384 int bpf_map_lookup_elem(int fd, const void *key, void *value) in bpf_map_lookup_elem()
396 int bpf_map_lookup_elem_flags(int fd, const void *key, void *value, __u64 flags) in bpf_map_lookup_elem_flags()
409 int bpf_map_lookup_and_delete_elem(int fd, const void *key, void *value) in bpf_map_lookup_and_delete_elem()
421 int bpf_map_delete_elem(int fd, const void *key) in bpf_map_delete_elem()
432 int bpf_map_get_next_key(int fd, const void *key, void *next_key) in bpf_map_get_next_key()
444 int bpf_map_freeze(int fd) in bpf_map_freeze()
454 static int bpf_map_batch_common(int cmd, int fd, void *in_batch, in bpf_map_batch_common()
481 int bpf_map_delete_batch(int fd, void *keys, __u32 *count, in bpf_map_delete_batch()
488 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch()
496 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch()
505 int bpf_map_update_batch(int fd, void *keys, void *values, __u32 *count, in bpf_map_update_batch()
512 int bpf_obj_pin(int fd, const char *pathname) in bpf_obj_pin()
865 int fd; in bpf_load_btf() local
886 int bpf_task_fd_query(int pid, int fd, __u32 flags, char *buf, __u32 *buf_len, in bpf_task_fd_query()