Home
last modified time | relevance | path

Searched refs:nl_parser_param (Results 1 – 22 of 22) sorted by relevance

/external/libnl/include/netlink/
Dcache-api.h154 struct nl_parser_param struct
156 int (*pp_cb)(struct nl_object *, struct nl_parser_param *); argument
183 struct nlmsghdr *, struct nl_parser_param *);
/external/libnl/lib/
Dcache.c453 struct nl_parser_param *params;
465 struct nl_parser_param *param) in __cache_pickup()
494 static int pickup_cb(struct nl_object *c, struct nl_parser_param *p) in pickup_cb()
511 struct nl_parser_param p = { in nl_cache_pickup()
574 static int resync_cb(struct nl_object *c, struct nl_parser_param *p) in resync_cb()
590 struct nl_parser_param p = { in nl_cache_resync()
635 struct nlmsghdr *nlh, struct nl_parser_param *params) in nl_cache_parse()
669 struct nl_parser_param p = { in nl_cache_parse_and_add()
Dcache_mngr.c89 static int include_cb(struct nl_object *obj, struct nl_parser_param *p) in include_cb()
108 struct nl_parser_param p = { in event_input()
Dmsg.c820 static int parse_cb(struct nl_object *obj, struct nl_parser_param *p) in parse_cb()
832 struct nl_parser_param p = { in nl_msg_parse()
/external/libnl/lib/route/
Droute.c31 struct nlmsghdr *nlh, struct nl_parser_param *pp) in route_msg_parser()
Dclass.c31 struct nlmsghdr *n, struct nl_parser_param *pp) in class_msg_parser()
Dcls.c39 struct nlmsghdr *nlh, struct nl_parser_param *pp) in cls_msg_parser()
Dqdisc.c99 struct nlmsghdr *n, struct nl_parser_param *pp) in qdisc_msg_parser()
Dneigh.c253 struct nlmsghdr *n, struct nl_parser_param *pp) in neigh_msg_parser()
Dneightbl.c123 struct nl_parser_param *pp) in neightbl_msg_parser()
Drule.c81 struct nlmsghdr *n, struct nl_parser_param *pp) in rule_msg_parser()
Daddr.c191 struct nlmsghdr *nlh, struct nl_parser_param *pp) in addr_msg_parser()
Dlink.c257 struct nlmsghdr *n, struct nl_parser_param *pp) in link_msg_parser()
/external/libnl/include/
Dnetlink-local.h141 struct nlmsghdr *, struct nl_parser_param *);
Dnetlink-types.h98 struct nl_parser_param;
/external/libnl/lib/genl/
Dmngt.c94 struct nlmsghdr *nlh, struct nl_parser_param *pp) in genl_msg_parser()
Dctrl.c59 struct nl_parser_param *pp = arg; in ctrl_msg_parser()
/external/libnl/lib/netfilter/
Dlog_msg.c170 struct nlmsghdr *nlh, struct nl_parser_param *pp) in log_msg_parser()
Dqueue_msg.c149 struct nlmsghdr *nlh, struct nl_parser_param *pp) in queue_msg_parser()
Dct.c358 struct nlmsghdr *nlh, struct nl_parser_param *pp) in ct_msg_parser()
/external/libnl/lib/fib_lookup/
Dlookup.c71 struct nlmsghdr *n, struct nl_parser_param *pp) in result_msg_parser()
/external/libnl/
DChangeLog328 o added nl_parser_param as argument for message parsers including