Lines Matching defs:config
16 struct config {
30 __type(value, struct config);
81 struct config *config;
95 config = bpf_map_lookup_elem(&config_map, &key);
96 if (!config)
100 if (ingress_ifindex != config->ifindex) {
120 if (unlikely(config->options & (READ_MEM|SWAP_MAC))) {
133 if (unlikely(config->options & SWAP_MAC))
137 return config->action;