Lines Matching refs:xlat
103 const struct xlat *xlats = netlink_protocols; in get_fd_nl_family()
117 decode_nlmsg_type_default(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_default() argument
121 printxval(xlat, type, dflt); in decode_nlmsg_type_default()
125 decode_nlmsg_type_generic(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_generic() argument
133 const struct xlat *const xlat; member
165 decode_nlmsg_type_netfilter(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_netfilter() argument
183 printxval(xlat, subsys_id, dflt); in decode_nlmsg_type_netfilter()
187 printxval(nf_nlmsg_types[subsys_id].xlat, in decode_nlmsg_type_netfilter()
193 typedef void (*nlmsg_types_decoder_t)(struct tcb *, const struct xlat *,
199 const struct xlat *const xlat; member
229 const struct xlat *xlat = netlink_types; in decode_nlmsg_type() local
239 if (nlmsg_types[family].xlat) in decode_nlmsg_type()
240 xlat = nlmsg_types[family].xlat; in decode_nlmsg_type()
245 decoder(tcp, xlat, type, dflt); in decode_nlmsg_type()
248 static const struct xlat *
264 static const struct xlat *
367 static const struct xlat *
385 static const struct xlat *
391 static const struct xlat *
415 typedef const struct xlat *(*nlmsg_flags_decoder_t)(const uint16_t type);
433 const struct xlat *table = NULL; in decode_nlmsg_flags()