Searched defs:cb (Results 1 - 12 of 12) sorted by relevance

/openwrt/package/libs/libnl-tiny/src/
H A Dhandlers.c52 struct nl_cb *cb; local
79 struct nl_cb *cb; local
91 nl_cb_put(struct nl_cb *cb) argument
122 nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, nl_recvmsg_msg_cb_t func, void *arg) argument
146 nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, nl_recvmsg_err_cb_t func, void *arg) argument
[all...]
H A Dcache.c248 struct nl_cb *cb; local
H A Dnl.c207 struct nl_cb *cb; local
291 struct nl_cb *cb = sk->s_cb; local
485 static int recvmsgs(struct nl_sock *sk, struct nl_cb *cb) argument
680 nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) argument
705 struct nl_cb *cb; local
[all...]
H A Dsocket.c70 static struct nl_sock *__alloc_socket(struct nl_cb *cb) argument
99 struct nl_cb *cb; local
117 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb) argument
[all...]
H A Dmsg.c532 void (*cb)(struct nl_object *, void *); member in struct:dp_xdata
H A Dunl.c112 struct nl_cb *cb; local
160 struct nl_cb *cb; local
[all...]
/openwrt/package/kernel/broadcom-wl/src/glue/
H A Dwl_glue.c147 void wl_glue_set_attach_callback(wl_glue_attach_cb_t cb) argument
153 void wl_glue_set_remove_callback(wl_glue_remove_cb_t cb) argument
/openwrt/package/libs/libnl-tiny/src/include/
H A Dnetlink-local.h108 static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg) argument
/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dsocket.h179 static inline void nl_socket_set_cb(struct nl_sock *sk, struct nl_cb *cb) argument
H A Dhandlers.h154 static inline struct nl_cb *nl_cb_get(struct nl_cb *cb) argument
170 static inline int nl_cb_set_all(struct nl_cb *cb, enu argument
195 nl_cb_overwrite_recvmsgs(struct nl_cb *cb, int (*func)(struct nl_sock *, struct nl_cb *)) argument
206 nl_cb_overwrite_recv(struct nl_cb *cb, int (*func)(struct nl_sock *, struct sockaddr_nl *, unsigned char **, struct ucred **)) argument
218 nl_cb_overwrite_send(struct nl_cb *cb, int (*func)(struct nl_sock *, struct nl_msg *)) argument
[all...]
/openwrt/package/network/config/swconfig/src/
H A Dswlib.c92 struct nl_cb *cb = NULL; local
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dswconfig.c349 swconfig_dump_attr(struct swconfig_callback *cb, void *arg) argument
382 swconfig_send_multipart(struct swconfig_callback *cb, void *arg) argument
429 struct swconfig_callback cb; local
709 swconfig_close_portlist(struct swconfig_callback *cb, void *arg) argument
717 swconfig_send_port(struct swconfig_callback *cb, void *arg) argument
753 struct swconfig_callback cb; local
967 swconfig_dump_switches(struct sk_buff *skb, struct netlink_callback *cb) argument
990 swconfig_done(struct netlink_callback *cb) argument
[all...]

Completed in 97 milliseconds