Searched refs:nl_send_simple (Results 1 – 16 of 16) sorted by relevance
/external/libnl/include/netlink/ |
D | netlink.h | 64 extern int nl_send_simple(struct nl_sock *, int, int,
|
/external/libnl/lib/route/ |
D | rtnl.c | 42 err = nl_send_simple(sk, type, flags, &gmsg, sizeof(gmsg)); in nl_rtgen_request()
|
D | route.c | 49 return nl_send_simple(h, RTM_GETROUTE, NLM_F_DUMP, &rhdr, sizeof(rhdr)); in route_request_update()
|
D | class.c | 61 return nl_send_simple(sk, RTM_GETTCLASS, NLM_F_DUMP, &tchdr, in class_request_update()
|
D | cls.c | 477 return nl_send_simple(sk, RTM_GETTFILTER, NLM_F_DUMP, &tchdr, in cls_request_update()
|
D | qdisc.c | 51 return nl_send_simple(sk, RTM_GETQDISC, NLM_F_DUMP, &tchdr, in qdisc_request_update()
|
D | act.c | 537 return nl_send_simple(sk, RTM_GETACTION, NLM_F_DUMP, &tcahdr, in act_request_update()
|
D | netconf.c | 172 return nl_send_simple(sk, RTM_GETNETCONF, NLM_F_DUMP, &nc, sizeof(nc)); in netconf_request_update()
|
/external/libnl/lib/netfilter/ |
D | nfnl.c | 113 return nl_send_simple(sk, NFNLMSG_TYPE(subsys_id, type), flags, in nfnl_send_simple()
|
/external/libnl/lib/genl/ |
D | genl.c | 87 return nl_send_simple(sk, family, flags, &hdr, sizeof(hdr)); in genl_send_simple()
|
/external/libnl/lib/idiag/ |
D | idiag.c | 70 return nl_send_simple(sk, TCPDIAG_GETSOCK, flags, &req, sizeof(req)); in idiagnl_send_simple()
|
/external/libnl/ |
D | libnl-3.sym | 196 nl_send_simple;
|
/external/libnl/lib/ |
D | nl.c | 574 int nl_send_simple(struct nl_sock *sk, int type, int flags, void *buf, in nl_send_simple() function
|
/external/libnl/lib/xfrm/ |
D | sp.c | 525 return nl_send_simple (h, XFRM_MSG_GETPOLICY, NLM_F_DUMP, NULL, 0); in xfrm_sp_request_update()
|
D | sa.c | 680 return nl_send_simple (h, XFRM_MSG_GETSA, NLM_F_DUMP, NULL, 0); in xfrm_sa_request_update()
|
/external/libnl/doc/ |
D | core.txt | 1016 int nl_send_simple(struct nl_sock *sk, int type, int flags, 1039 nl_send_simple(sock, RTM_GETLINK, NLM_F_DUMP, &rt_hdr, sizeof(rt_hdr));
|