Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/
Dnetlink.h70 extern int nl_send_simple(struct nl_sock *, int, int,
/third_party/libnl/lib/route/
Drtnl.c49 err = nl_send_simple(sk, type, flags, &gmsg, sizeof(gmsg)); in nl_rtgen_request()
Droute.c55 return nl_send_simple(h, RTM_GETROUTE, NLM_F_DUMP, &rhdr, sizeof(rhdr)); in route_request_update()
Dcls.c412 return nl_send_simple(sk, RTM_GETTFILTER, NLM_F_DUMP, &tchdr, in cls_request_update()
Dclass.c68 return nl_send_simple(sk, RTM_GETTCLASS, NLM_F_DUMP, &tchdr, in class_request_update()
Dqdisc.c58 return nl_send_simple(sk, RTM_GETQDISC, NLM_F_DUMP, &tchdr, in qdisc_request_update()
Dact.c538 return nl_send_simple(sk, RTM_GETACTION, NLM_F_DUMP, &tcahdr, in act_request_update()
Dnetconf.c189 return nl_send_simple(sk, RTM_GETNETCONF, NLM_F_DUMP, &nc, sizeof(nc)); in netconf_request_update()
/third_party/libnl/lib/netfilter/
Dnfnl.c120 return nl_send_simple(sk, NFNLMSG_TYPE(subsys_id, type), flags, in nfnl_send_simple()
/third_party/libnl/lib/genl/
Dgenl.c94 return nl_send_simple(sk, family, flags, &hdr, sizeof(hdr)); in genl_send_simple()
/third_party/libnl/lib/idiag/
Didiag.c77 return nl_send_simple(sk, TCPDIAG_GETSOCK, flags, &req, sizeof(req)); in idiagnl_send_simple()
/third_party/libnl/
Dlibnl-3.sym196 nl_send_simple;
/third_party/libnl/lib/
Dnl.c581 int nl_send_simple(struct nl_sock *sk, int type, int flags, void *buf, in nl_send_simple() function
/third_party/libnl/lib/xfrm/
Dsp.c514 return nl_send_simple (h, XFRM_MSG_GETPOLICY, NLM_F_DUMP, in xfrm_sp_request_update()
Dsa.c656 return nl_send_simple (h, XFRM_MSG_GETSA, NLM_F_DUMP, in xfrm_sa_request_update()
/third_party/libnl/doc/
Dcore.txt1016 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));