Searched defs:nl_context (Results 1 – 1 of 1) sorted by relevance
34 struct nl_context { struct35 struct cmd_context *ctx;36 void *cmd_private;37 const char *devname;38 bool is_dump;39 int exit_code;40 unsigned int suppress_nlerr;41 uint16_t ethnl_fam;42 uint32_t ethnl_mongrp;43 struct nl_op_info *ops_info;[all …]