HomeSort by relevance Sort by last modified time
    Searched refs:nl_cb_clone (Results 1 - 10 of 10) sorted by null

  /external/libnl/include/netlink/
handlers.h 119 extern struct nl_cb * nl_cb_clone(struct nl_cb *);
  /external/libnl/python/examples/
iface.py 70 rx_cb = nl.nl_cb_clone(tx_cb)
wiphy.py 119 rx_cb = nl.nl_cb_clone(tx_cb)
  /external/libnl/lib/
handlers.c 230 struct nl_cb *nl_cb_clone(struct nl_cb *orig) function
nl.c 1063 cb = nl_cb_clone(sk->s_cb);
1127 cb = nl_cb_clone(sk->s_cb);
cache_mngr.c 427 cb = nl_cb_clone(mngr->cm_sock->s_cb);
cache.c 695 cb = nl_cb_clone(sk->s_cb);
  /external/libnl/lib/genl/
ctrl.c 258 cb = nl_cb_clone(orig);
  /external/libnl/python/netlink/
capi.i 534 extern struct nl_cb *nl_cb_clone(struct nl_cb *);
676 clone = nl_cb_clone(cb);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 404 cb = nl_cb_clone(global->nl_cb);
    [all...]

Completed in 217 milliseconds