Searched refs:co_hdrsize (Results 1 – 23 of 23) sorted by relevance
/external/libnl/lib/genl/ |
D | mngt.c | 250 if (ops->co_hdrsize < GENL_HDRSIZE(0)) { in genl_register() 261 ops->co_genl->o_hdrsize = ops->co_hdrsize - GENL_HDRLEN; in genl_register()
|
D | ctrl.c | 528 .co_hdrsize = GENL_HDRSIZE(0),
|
/external/libnl/lib/ |
D | msg.c | 848 int hdrsize = ops->co_hdrsize - GENL_HDRLEN; in print_genl_msg() 943 attrlen = nlmsg_attrlen(hdr, ops->co_hdrsize); in print_msg() 959 attrs = nlmsg_attrdata(hdr, ops->co_hdrsize); in print_msg() 960 attrlen = nlmsg_attrlen(hdr, ops->co_hdrsize); in print_msg()
|
D | cache.c | 909 if (!nlmsg_valid_hdr(nlh, ops->co_hdrsize)) in nl_cache_parse()
|
/external/libnl/include/netlink-private/ |
D | cache-api.h | 171 int co_hdrsize; member
|
/external/libnl/src/ |
D | nl-list-caches.c | 40 ops->co_name, ops->co_hdrsize, in print()
|
/external/libnl/lib/route/ |
D | route.c | 182 .co_hdrsize = sizeof(struct rtmsg),
|
D | cls.c | 406 .co_hdrsize = sizeof(struct tcmsg),
|
D | class.c | 448 .co_hdrsize = sizeof(struct tcmsg),
|
D | qdisc.c | 536 .co_hdrsize = sizeof(struct tcmsg),
|
D | act.c | 541 .co_hdrsize = sizeof(struct tcmsg),
|
D | neigh.c | 938 .co_hdrsize = sizeof(struct ndmsg),
|
D | neightbl.c | 804 .co_hdrsize = sizeof(struct rtgenmsg),
|
D | rule.c | 734 .co_hdrsize = sizeof(struct fib_rule_hdr),
|
D | addr.c | 1113 .co_hdrsize = sizeof(struct ifaddrmsg),
|
D | link.c | 2740 .co_hdrsize = sizeof(struct ifinfomsg),
|
/external/libnl/lib/netfilter/ |
D | log_msg.c | 189 .co_hdrsize = NFNL_HDRLEN,
|
D | queue_msg.c | 301 .co_hdrsize = NFNL_HDRLEN,
|
D | exp.c | 596 .co_hdrsize = NFNL_HDRLEN,
|
D | ct.c | 665 .co_hdrsize = NFNL_HDRLEN,
|
/external/libnl/lib/fib_lookup/ |
D | lookup.c | 329 .co_hdrsize = sizeof(struct fib_result_nl),
|
/external/libnl/ |
D | make.log | 157 if (ops->co_hdrsize < GENL_HDRSIZE(0)) { 314 if (ops->co_hdrsize < GENL_HDRSIZE(0)) {
|
/external/libnl/lib/idiag/ |
D | idiag_msg_obj.c | 68 .co_hdrsize = sizeof(struct inet_diag_msg),
|