• Home
  • Raw
  • Download

Lines Matching defs:prog

499     struct bpf_prog *prog;  member
595 bool prog; member
654 struct bpf_prog *prog; member
715 static inline int bpf_trampoline_link_prog(struct bpf_prog *prog, struct bpf_trampoline *tr) in bpf_trampoline_link_prog()
719 static inline int bpf_trampoline_unlink_prog(struct bpf_prog *prog, struct bpf_trampoline *tr) in bpf_trampoline_unlink_prog()
816 struct bpf_prog *prog; member
882 struct bpf_prog *prog; member
1041 struct bpf_prog *prog; member
1466 static inline void bpf_prog_add(struct bpf_prog *prog, int i) in bpf_prog_add()
1470 static inline void bpf_prog_sub(struct bpf_prog *prog, int i) in bpf_prog_sub()
1474 static inline void bpf_prog_put(struct bpf_prog *prog) in bpf_prog_put()
1478 static inline void bpf_prog_inc(struct bpf_prog *prog) in bpf_prog_inc()
1482 static inline struct bpf_prog *__must_check bpf_prog_inc_not_zero(struct bpf_prog *prog) in bpf_prog_inc_not_zero()
1497 struct bpf_prog *prog) in bpf_link_init()
1590 static inline int bpf_prog_test_run_xdp(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_xdp()
1596 static inline int bpf_prog_test_run_skb(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_skb()
1602 static inline int bpf_prog_test_run_tracing(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_tracing()
1608 static inline int bpf_prog_test_run_flow_dissector(struct bpf_prog *prog, const union bpf_attr *kat… in bpf_prog_test_run_flow_dissector()
1682 static inline int bpf_prog_offload_init(struct bpf_prog *prog, union bpf_attr *attr) in bpf_prog_offload_init()
1715 static inline int sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog, struct bpf_prog … in sock_map_prog_update()
1720 static inline int sock_map_get_from_fd(const union bpf_attr *attr, struct bpf_prog *prog) in sock_map_get_from_fd()
1838 … struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) in bpf_sock_convert_ctx_access()
1871 … struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) in bpf_tcp_sock_convert_ctx_access()
1882 … struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) in bpf_xdp_sock_convert_ctx_access()