Searched refs:libbpf_nla_req (Results 1 – 2 of 2) sorted by relevance
56 struct libbpf_nla_req { struct124 static inline struct nlattr *req_tail(struct libbpf_nla_req *req) in req_tail()129 static inline int nlattr_add(struct libbpf_nla_req *req, int type, in nlattr_add()148 static inline struct nlattr *nlattr_begin_nested(struct libbpf_nla_req *req, int type) in nlattr_begin_nested()158 static inline void nlattr_end_nested(struct libbpf_nla_req *req, in nlattr_end_nested()
157 static int libbpf_netlink_send_recv(struct libbpf_nla_req *req, in libbpf_netlink_send_recv()189 struct libbpf_nla_req req; in __bpf_set_link_xdp_fd_replace()312 struct libbpf_nla_req req = { in bpf_get_link_xdp_info()371 typedef int (*qdisc_config_t)(struct libbpf_nla_req *req);373 static int clsact_config(struct libbpf_nla_req *req) in clsact_config()425 struct libbpf_nla_req req; in tc_qdisc_modify()534 static int tc_add_fd_and_name(struct libbpf_nla_req *req, int fd) in tc_add_fd_and_name()561 struct libbpf_nla_req req; in bpf_tc_attach()635 struct libbpf_nla_req req; in __bpf_tc_detach()707 struct libbpf_nla_req req; in bpf_tc_query()
Completed in 5 milliseconds