Home
last modified time | relevance | path

Searched refs:nl_send_simple (Results 1 – 9 of 9) sorted by relevance

/external/libnl/include/netlink/
Dnetlink.h59 extern int nl_send_simple(struct nl_sock *, int, int,
/external/libnl/lib/route/
Drtnl.c45 return nl_send_simple(sk, type, flags, &gmsg, sizeof(gmsg)); in nl_rtgen_request()
Droute.c54 return nl_send_simple(h, RTM_GETROUTE, NLM_F_DUMP, &rhdr, sizeof(rhdr)); in route_request_update()
Dclass.c69 return nl_send_simple(sk, RTM_GETTCLASS, NLM_F_DUMP, &tchdr, in class_request_update()
Dcls.c78 return nl_send_simple(sk, RTM_GETTFILTER, NLM_F_DUMP, &tchdr, in cls_request_update()
Dqdisc.c138 return nl_send_simple(sk, RTM_GETQDISC, NLM_F_DUMP, &tchdr, in qdisc_request_update()
/external/libnl/lib/netfilter/
Dnfnl.c116 return nl_send_simple(sk, NFNLMSG_TYPE(subsys_id, type), flags, in nfnl_send_simple()
/external/libnl/lib/genl/
Dgenl.c135 return nl_send_simple(sk, family, flags, &hdr, sizeof(hdr)); in genl_send_simple()
/external/libnl/lib/
Dnl.c349 int nl_send_simple(struct nl_sock *sk, int type, int flags, void *buf, in nl_send_simple() function