Searched refs:LinkConfigContext (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/udev/net/ |
D | link-config.h | 15 typedef struct LinkConfigContext LinkConfigContext; typedef 88 int link_config_ctx_new(LinkConfigContext **ret); 89 LinkConfigContext* link_config_ctx_free(LinkConfigContext *ctx); 90 DEFINE_TRIVIAL_CLEANUP_FUNC(LinkConfigContext*, link_config_ctx_free); 92 int link_load_one(LinkConfigContext *ctx, const char *filename); 93 int link_config_load(LinkConfigContext *ctx); 94 bool link_config_should_reload(LinkConfigContext *ctx); 96 int link_new(LinkConfigContext *ctx, sd_netlink **rtnl, sd_device *device, Link **ret); 100 int link_get_config(LinkConfigContext *ctx, Link *link); 101 int link_apply_config(LinkConfigContext *ctx, sd_netlink **rtnl, Link *link);
|
D | link-config.c | 39 struct LinkConfigContext { struct 71 static void link_configs_free(LinkConfigContext *ctx) { in link_configs_free() 81 LinkConfigContext *link_config_ctx_free(LinkConfigContext *ctx) { in link_config_ctx_free() 90 int link_config_ctx_new(LinkConfigContext **ret) { in link_config_ctx_new() 91 _cleanup_(link_config_ctx_freep) LinkConfigContext *ctx = NULL; in link_config_ctx_new() 96 ctx = new(LinkConfigContext, 1); in link_config_ctx_new() 100 *ctx = (LinkConfigContext) { in link_config_ctx_new() 211 int link_load_one(LinkConfigContext *ctx, const char *filename) { in link_load_one() 326 int link_config_load(LinkConfigContext *ctx) { in link_config_load() 344 bool link_config_should_reload(LinkConfigContext *ctx) { in link_config_should_reload() [all …]
|
D | fuzz-link-parser.c | 10 _cleanup_(link_config_ctx_freep) LinkConfigContext *ctx = NULL; in LLVMFuzzerTestOneInput()
|
/systemd-251/src/udev/ |
D | udev-builtin-net_setup_link.c | 11 static LinkConfigContext *ctx = NULL;
|