HomeSort by relevance Sort by last modified time
    Searched refs:nl_sock (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /external/libnl/include/netlink/idiag/
idiagnl.h 110 extern int idiagnl_connect(struct nl_sock *);
111 extern int idiagnl_send_simple(struct nl_sock *, int, uint8_t, uint16_t,
  /external/libnl/include/netlink/route/
neightbl.h 28 extern int rtnl_neightbl_alloc_cache(struct nl_sock *, struct nl_cache **);
37 extern int rtnl_neightbl_change(struct nl_sock *, struct rtnl_neightbl *,
rtnl.h 52 extern int nl_rtgen_request(struct nl_sock *, int, int, int);
addr.h 32 extern int rtnl_addr_alloc_cache(struct nl_sock *, struct nl_cache **);
38 extern int rtnl_addr_add(struct nl_sock *, struct rtnl_addr *, int);
42 extern int rtnl_addr_delete(struct nl_sock *,
neighbour.h 28 extern int rtnl_neigh_alloc_cache(struct nl_sock *, struct nl_cache **);
40 extern int rtnl_neigh_add(struct nl_sock *, struct rtnl_neigh *, int);
44 extern int rtnl_neigh_delete(struct nl_sock *, struct rtnl_neigh *, int);
rule.h 31 extern int rtnl_rule_alloc_cache(struct nl_sock *, int,
37 extern int rtnl_rule_add(struct nl_sock *, struct rtnl_rule *, int);
40 extern int rtnl_rule_delete(struct nl_sock *, struct rtnl_rule *, int);
  /external/libnl/lib/netfilter/
queue.c 27 struct nl_sock *nfnl_queue_socket_alloc(void)
29 struct nl_sock *nlsk;
37 static int send_queue_request(struct nl_sock *sk, struct nl_msg *msg)
84 int nfnl_queue_pf_bind(struct nl_sock *nlh, uint8_t pf)
100 int nfnl_queue_pf_unbind(struct nl_sock *nlh, uint8_t pf)
182 int nfnl_queue_create(struct nl_sock *nlh, const struct nfnl_queue *queue)
199 int nfnl_queue_change(struct nl_sock *nlh, const struct nfnl_queue *queue)
220 int nfnl_queue_delete(struct nl_sock *nlh, const struct nfnl_queue *queue)
log.c 57 static int send_log_request(struct nl_sock *sk, struct nl_msg *msg)
74 int nfnl_log_pf_bind(struct nl_sock *nlh, uint8_t pf)
90 int nfnl_log_pf_unbind(struct nl_sock *nlh, uint8_t pf)
182 int nfnl_log_create(struct nl_sock *nlh, const struct nfnl_log *log)
199 int nfnl_log_change(struct nl_sock *nlh, const struct nfnl_log *log)
220 int nfnl_log_delete(struct nl_sock *nlh, const struct nfnl_log *log)
  /external/libnl/src/
genl-ctrl-list.c 14 static struct nl_cache *alloc_genl_family_cache(struct nl_sock *sk)
35 struct nl_sock *sock;
nl-link-name2ifindex.c 23 struct nl_sock *sock;
  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.h 44 struct nl_sock *sock;
113 * sock: nl_sock created for communication
117 int cld80211_recv_msg(struct nl_sock *sock, struct nl_cb *cb);
  /external/libnl/include/netlink/cli/
ct.h 19 extern struct nl_cache *nl_cli_ct_alloc_cache(struct nl_sock *);
route.h 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
utils.h 67 extern int nl_cli_connect(struct nl_sock *, int);
68 extern struct nl_sock * nl_cli_alloc_socket(void);
73 extern struct nl_cache *nl_cli_alloc_cache(struct nl_sock *, const char *,
74 int (*ac)(struct nl_sock *, struct nl_cache **));
exp.h 20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
  /external/libnl/include/netlink/netfilter/
queue_msg.h 21 struct nl_sock;
94 extern int nfnl_queue_msg_send_verdict(struct nl_sock *,
96 extern int nfnl_queue_msg_send_verdict_batch(struct nl_sock *,
98 extern int nfnl_queue_msg_send_verdict_payload(struct nl_sock *,
ct.h 36 extern int nfnl_ct_alloc_cache(struct nl_sock *, struct nl_cache **);
44 extern int nfnl_ct_dump_request(struct nl_sock *);
48 extern int nfnl_ct_add(struct nl_sock *, const struct nfnl_ct *, int);
52 extern int nfnl_ct_del(struct nl_sock *, const struct nfnl_ct *, int);
56 extern int nfnl_ct_query(struct nl_sock *, const struct nfnl_ct *, int);
exp.h 42 extern int nfnl_exp_alloc_cache(struct nl_sock *, struct nl_cache **);
50 extern int nfnl_exp_dump_request(struct nl_sock *);
54 extern int nfnl_exp_add(struct nl_sock *, const struct nfnl_exp *, int);
58 extern int nfnl_exp_del(struct nl_sock *, const struct nfnl_exp *, int);
62 extern int nfnl_exp_query(struct nl_sock *, const struct nfnl_exp *, int);
  /external/libnl/src/lib/
class.c 31 struct nl_cache *nl_cli_class_alloc_cache(struct nl_sock *sock, int ifindex)
utils.c 88 int nl_cli_connect(struct nl_sock *sk, int protocol)
99 struct nl_sock *nl_cli_alloc_socket(void)
101 struct nl_sock *sock;
168 struct nl_cache *nl_cli_alloc_cache(struct nl_sock *sock, const char *name,
169 int (*ac)(struct nl_sock *, struct nl_cache **))
  /external/libnl/tests/
test-delete-link.c 7 struct nl_sock *sk;
test-socket-creation.c 6 struct nl_sock *h[1025];
  /system/extras/iotop/
taskstats.h 23 struct nl_sock;
90 std::unique_ptr<nl_sock, void(*)(nl_sock*)> nl_;
  /external/libnl/include/netlink/
cache.h 57 struct nl_sock *,
77 extern int nl_cache_refill(struct nl_sock *,
79 extern int nl_cache_pickup(struct nl_sock *,
81 extern int nl_cache_resync(struct nl_sock *,
144 extern int nl_cache_mngr_alloc(struct nl_sock *,
  /external/android-clat/
netlink_msg.h 28 int netlink_set_kernel_only(struct nl_sock *nl_sk);

Completed in 401 milliseconds

12 3 4 5 6 7 8