HomeSort by relevance Sort by last modified time
    Searched refs:nl_sock (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /external/libnl/src/
nl-addr-add.c 45 struct nl_sock *sock;
nl-addr-delete.c 15 static struct nl_sock *sock;
nl-cls-delete.c 16 static struct nl_sock *sock;
nl-monitor.c 37 struct nl_sock *sock;
nl-route-add.c 54 struct nl_sock *sock;
nl-route-list.c 52 struct nl_sock *sock;
nl-route-delete.c 18 static struct nl_sock *sock;
nl-tctree-list.c 17 static struct nl_sock *sock;
disabled-nl-qdisc-add.c 128 struct nl_sock *nlh;
nl-addr-list.c 113 struct nl_sock *sock;
  /system/extras/taskstats/
taskstats.c 44 int send_command(struct nl_sock* netlink_socket, uint16_t nlmsg_type,
85 int get_family_id(struct nl_sock* netlink_socket, const char* name) {
145 int query_task_stats(struct nl_sock* netlink_socket, int family_id,
351 struct nl_sock* netlink_socket = nl_socket_alloc();
  /external/libnl/lib/genl/
ctrl.c 34 static int ctrl_request_update(struct nl_cache *c, struct nl_sock *h)
141 int genl_ctrl_alloc_cache(struct nl_sock *sock, struct nl_cache **result)
222 int genl_ctrl_resolve(struct nl_sock *sk, const char *name)
  /external/libnl/lib/
handlers.c 365 int (*func)(struct nl_sock *, struct nl_cb *))
376 int (*func)(struct nl_sock *, struct sockaddr_nl *,
388 int (*func)(struct nl_sock *, struct nl_msg *))
cache_mngr.c 149 int nl_cache_mngr_alloc(struct nl_sock *sk, int protocol, int flags,
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 68 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port)
81 static nl_sock * wifi_create_nl_socket(int port)
84 struct nl_sock *sock = nl_socket_alloc();
156 struct nl_sock *cmd_sock = wifi_create_nl_socket(WIFI_HAL_CMD_SOCK_PORT);
162 struct nl_sock *event_sock = wifi_create_nl_socket(WIFI_HAL_EVENT_SOCK_PORT);
  /external/libnl/lib/netfilter/
ct.c 372 int nfnl_ct_dump_request(struct nl_sock *sk)
378 static int ct_request_update(struct nl_cache *cache, struct nl_sock *sk)
478 int nfnl_ct_add(struct nl_sock *sk, const struct nfnl_ct *ct, int flags)
500 int nfnl_ct_del(struct nl_sock *sk, const struct nfnl_ct *ct, int flags)
522 int nfnl_ct_query(struct nl_sock *sk, const struct nfnl_ct *ct, int flags)
553 int nfnl_ct_alloc_cache(struct nl_sock *sk, struct nl_cache **result)
queue_msg.c 199 int nfnl_queue_msg_send_verdict(struct nl_sock *nlh,
224 int nfnl_queue_msg_send_verdict_payload(struct nl_sock *nlh,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 32 static inline void nl_socket_free(struct nl_sock *h)
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 64 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port)
70 static nl_sock * wifi_create_nl_socket(int port)
73 struct nl_sock *sock = nl_socket_alloc();
117 struct nl_sock *cmd_sock = wifi_create_nl_socket(WIFI_HAL_CMD_SOCK_PORT);
123 struct nl_sock *event_sock = wifi_create_nl_socket(WIFI_HAL_EVENT_SOCK_PORT);
  /external/libnl/lib/route/
neigh.c 325 static int neigh_request_update(struct nl_cache *c, struct nl_sock *h)
463 int rtnl_neigh_alloc_cache(struct nl_sock *sock, struct nl_cache **result)
579 int rtnl_neigh_add(struct nl_sock *sk, struct rtnl_neigh *tmpl, int flags)
634 int rtnl_neigh_delete(struct nl_sock *sk, struct rtnl_neigh *neigh,
rule.c 167 static int rule_request_update(struct nl_cache *c, struct nl_sock *h)
359 int rtnl_rule_alloc_cache(struct nl_sock *sock, int family,
480 int rtnl_rule_add(struct nl_sock *sk, struct rtnl_rule *tmpl, int flags)
534 int rtnl_rule_delete(struct nl_sock *sk, struct rtnl_rule *rule, int flags)
neightbl.c 225 static int neightbl_request_update(struct nl_cache *c, struct nl_sock *h)
387 int rtnl_neightbl_alloc_cache(struct nl_sock *sk, struct nl_cache **result)
565 int rtnl_neightbl_change(struct nl_sock *sk, struct rtnl_neightbl *old,
  /external/libnl/src/lib/
ct.c 33 struct nl_cache *nl_cli_ct_alloc_cache(struct nl_sock *sk)
  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 48 #define nl_handle nl_sock
  /external/libnl/include/
netlink-local.h 175 static inline int wait_for_ack(struct nl_sock *sk)

Completed in 141 milliseconds

1 2 34 5