Searched defs:config (Results 1 - 3 of 3) sorted by relevance

/net/sched/
H A Dem_text.c27 struct ts_config *config; member in struct:text_match
45 return skb_find_text(skb, from, to, tm->config, &state) != UINT_MAX;
95 tm->config = ts_conf;
105 if (EM_TEXT_PRIV(m) && EM_TEXT_PRIV(m)->config)
106 textsearch_destroy(EM_TEXT_PRIV(m)->config);
114 strncpy(conf.algo, tm->config->ops->name, sizeof(conf.algo) - 1);
119 conf.pattern_len = textsearch_get_pattern_len(tm->config);
125 textsearch_get_pattern(tm->config)) < 0)
/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c96 /* decrease the count of entries using/referencing this config. If last
97 * entry(rule) is removed, remove the config from lists, but don't free it
243 const struct clusterip_config *config)
264 switch (config->hash_mode) {
267 config->hash_initval);
271 config->hash_initval);
275 config->hash_initval);
282 pr_info("unknown mode %u\n", config->hash_mode);
288 return reciprocal_scale(hashval, config->num_total_nodes) + 1;
292 clusterip_responsible(const struct clusterip_config *config, u_int32_ argument
242 clusterip_hashfn(const struct sk_buff *skb, const struct clusterip_config *config) argument
367 struct clusterip_config *config; local
448 compat_uptr_t config; member in struct:compat_ipt_clusterip_tgt_info
[all...]
/net/core/
H A Dskbuff.c2771 * @config: textsearch configuration
2780 unsigned int to, struct ts_config *config,
2785 config->get_next_block = skb_ts_get_next_block;
2786 config->finish = skb_ts_finish;
2790 ret = textsearch_find(config, state);
2779 skb_find_text(struct sk_buff *skb, unsigned int from, unsigned int to, struct ts_config *config, struct ts_state *state) argument

Completed in 102 milliseconds