Searched refs:co_hdrsize (Results 1 - 19 of 19) sorted by relevance

/external/libnl/include/netlink/
H A Dcache-api.h31 * .co_hdrsize = sizeof(struct ifinfomsg),
167 int co_hdrsize; member in struct:nl_cache_ops
/external/libnl/lib/genl/
H A Dmngt.c59 * .co_hdrsize = GENL_HDRSIZE(sizeof(struct my_hdr)),
127 err = nlmsg_parse(nlh, ops->co_hdrsize, tb, cmd->c_maxattr,
181 if (ops->co_hdrsize < GENL_HDRSIZE(0)) {
H A Dctrl.c284 .co_hdrsize = GENL_HDRSIZE(0),
/external/libnl/src/
H A Dnl-list-caches.c40 ops->co_name, ops->co_hdrsize,
/external/libnl/lib/route/
H A Droute.c177 .co_hdrsize = sizeof(struct rtmsg),
H A Dclass.c281 .co_hdrsize = sizeof(struct tcmsg),
H A Dcls.c318 .co_hdrsize = sizeof(struct tcmsg),
H A Dqdisc.c445 .co_hdrsize = sizeof(struct tcmsg),
H A Dneigh.c863 .co_hdrsize = sizeof(struct ndmsg),
H A Dneightbl.c792 .co_hdrsize = sizeof(struct rtgenmsg),
H A Drule.c774 .co_hdrsize = sizeof(struct rtmsg),
H A Daddr.c1029 .co_hdrsize = sizeof(struct ifaddrmsg),
H A Dlink.c1447 .co_hdrsize = sizeof(struct ifinfomsg),
/external/libnl/lib/
H A Dmsg.c997 attrlen = nlmsg_attrlen(hdr, ops->co_hdrsize);
1008 attrs = nlmsg_attrdata(hdr, ops->co_hdrsize);
1009 attrlen = nlmsg_attrlen(hdr, ops->co_hdrsize);
H A Dcache.c639 if (!nlmsg_valid_hdr(nlh, ops->co_hdrsize))
/external/libnl/lib/fib_lookup/
H A Dlookup.c329 .co_hdrsize = sizeof(struct fib_result_nl),
/external/libnl/lib/netfilter/
H A Dlog_msg.c189 .co_hdrsize = NFNL_HDRLEN,
H A Dqueue_msg.c264 .co_hdrsize = NFNL_HDRLEN,
H A Dct.c577 .co_hdrsize = NFNL_HDRLEN,

Completed in 756 milliseconds