Searched refs:co_hdrsize (Results 1 – 25 of 25) sorted by relevance
/third_party/libnl/lib/genl/ |
D | mngt.c | 257 if (ops->co_hdrsize < GENL_HDRSIZE(0)) { in genl_register() 268 ops->co_genl->o_hdrsize = ops->co_hdrsize - GENL_HDRLEN; in genl_register()
|
D | ctrl.c | 529 .co_hdrsize = GENL_HDRSIZE(0),
|
/third_party/libnl/include/netlink-private/ |
D | cache-api.h | 171 int co_hdrsize; member
|
/third_party/libnl/lib/ |
D | msg.c | 852 int hdrsize = ops->co_hdrsize - GENL_HDRLEN; in print_genl_msg() 946 attrlen = nlmsg_attrlen(hdr, ops->co_hdrsize); in print_msg() 962 attrs = nlmsg_attrdata(hdr, ops->co_hdrsize); in print_msg() 963 attrlen = nlmsg_attrlen(hdr, ops->co_hdrsize); in print_msg()
|
D | cache.c | 990 if (!nlmsg_valid_hdr(nlh, ops->co_hdrsize)) in nl_cache_parse()
|
/third_party/libnl/src/ |
D | nl-list-caches.c | 41 ops->co_name, ops->co_hdrsize, in print()
|
/third_party/libnl/lib/route/ |
D | route.c | 184 .co_hdrsize = sizeof(struct rtmsg),
|
D | cls.c | 426 .co_hdrsize = sizeof(struct tcmsg),
|
D | class.c | 481 .co_hdrsize = sizeof(struct tcmsg),
|
D | qdisc.c | 537 .co_hdrsize = sizeof(struct tcmsg),
|
D | act.c | 552 .co_hdrsize = sizeof(struct tcmsg),
|
D | netconf.c | 560 .co_hdrsize = sizeof(struct netconfmsg),
|
D | neightbl.c | 805 .co_hdrsize = sizeof(struct rtgenmsg),
|
D | neigh.c | 1100 .co_hdrsize = sizeof(struct ndmsg),
|
D | rule.c | 974 .co_hdrsize = sizeof(struct fib_rule_hdr),
|
D | addr.c | 1186 .co_hdrsize = sizeof(struct ifaddrmsg),
|
D | link.c | 3221 .co_hdrsize = sizeof(struct ifinfomsg),
|
/third_party/libnl/lib/netfilter/ |
D | log_msg.c | 178 .co_hdrsize = NFNL_HDRLEN,
|
D | queue_msg.c | 290 .co_hdrsize = NFNL_HDRLEN,
|
D | exp.c | 607 .co_hdrsize = NFNL_HDRLEN,
|
D | ct.c | 655 .co_hdrsize = NFNL_HDRLEN,
|
/third_party/libnl/lib/fib_lookup/ |
D | lookup.c | 331 .co_hdrsize = sizeof(struct fib_result_nl),
|
/third_party/libnl/lib/idiag/ |
D | idiag_msg_obj.c | 108 .co_hdrsize = sizeof(struct inet_diag_msg),
|
/third_party/libnl/lib/xfrm/ |
D | sp.c | 1406 .co_hdrsize = sizeof(struct xfrm_userpolicy_info),
|
D | sa.c | 2201 .co_hdrsize = sizeof(struct xfrm_usersa_info),
|