Lines Matching defs:nl_context
34 struct nl_context { struct
35 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;
44 struct nl_socket *ethnl_socket;
45 struct nl_socket *ethnl2_socket;
46 struct nl_socket *rtnl_socket;
47 bool is_monitor;
48 uint32_t filter_cmds[CMDMASK_WORDS];
49 const char *filter_devname;
50 bool no_banner;
51 const char *cmd;
75 u32 get_stats_flag(struct nl_context *nlctx, unsigned int nlcmd, argument