Searched defs:conf (Results 1 - 14 of 14) sorted by relevance

/net/netfilter/
H A Dxt_string.c28 const struct xt_string_info *conf = par->matchinfo; local
32 invert = conf->u.v1.flags & XT_STRING_FLAG_INVERT;
34 return (skb_find_text((struct sk_buff *)skb, conf->from_offset,
35 conf->to_offset, conf->config, &state)
43 struct xt_string_info *conf = par->matchinfo; local
48 if (conf->from_offset > conf->to_offset)
50 if (conf->algo[XT_STRING_MAX_ALGO_NAME_SIZE - 1] != '\0')
52 if (conf
[all...]
/net/sched/
H A Dem_text.c52 struct tcf_em_text *conf = data; local
56 if (len < sizeof(*conf) || len < (sizeof(*conf) + conf->pattern_len))
59 if (conf->from_layer > conf->to_layer)
62 if (conf->from_layer == conf->to_layer &&
63 conf->from_offset > conf
112 struct tcf_em_text conf; local
[all...]
H A Dem_canid.c126 struct can_filter *conf = data; /* Array with rules */ local
157 if (conf[i].can_id & CAN_EFF_FLAG) {
159 &conf[i],
168 if (!(conf[i].can_id & CAN_EFF_FLAG)) {
172 &conf[i], sizeof(struct can_filter));
177 conf[i].can_id, conf[i].can_mask);
H A Dsch_generic.c957 const struct tc_ratespec *conf,
961 r->overhead = conf->overhead;
962 r->rate_bytes_ps = max_t(u64, conf->rate, rate64);
963 r->linklayer = (conf->linklayer & TC_LINKLAYER_MASK);
956 psched_ratecfg_precompute(struct psched_ratecfg *r, const struct tc_ratespec *conf, u64 rate64) argument
/net/mac80211/
H A Dkey.h118 struct ieee80211_key_conf conf; member in struct:ieee80211_key
H A Dchan.c70 struct ieee80211_chanctx_conf *conf; local
72 conf = rcu_dereference_protected(sdata->vif.chanctx_conf,
74 if (!conf)
77 return container_of(conf, struct ieee80211_chanctx, conf);
209 * ctx->conf.min_def, we have to make sure to take
246 struct ieee80211_chanctx_conf *conf)
259 if (rcu_access_pointer(sdata->vif.chanctx_conf) != conf)
287 if (sdata && rcu_access_pointer(sdata->vif.chanctx_conf) == conf)
288 max_bw = max(max_bw, conf
245 ieee80211_get_chanctx_max_required_bw(struct ieee80211_local *local, struct ieee80211_chanctx_conf *conf) argument
531 struct ieee80211_chanctx_conf *conf = &ctx->conf; local
592 struct ieee80211_chanctx_conf *conf; local
738 struct ieee80211_chanctx_conf *conf; local
1435 struct ieee80211_chanctx_conf *conf; local
1593 struct ieee80211_chanctx_conf *conf; local
1675 struct ieee80211_chanctx_conf *conf; local
[all...]
H A Ddriver-ops.h295 struct ieee80211_key_conf *conf,
308 trace_drv_update_tkip_key(local, sdata, conf, ista, iv32);
310 local->ops->update_tkip_key(&local->hw, &sdata->vif, conf,
996 ret = local->ops->add_chanctx(&local->hw, &ctx->conf);
1012 local->ops->remove_chanctx(&local->hw, &ctx->conf);
1024 local->ops->change_chanctx(&local->hw, &ctx->conf, changed);
1043 &ctx->conf);
1062 &ctx->conf);
1083 conf);
1087 conf);
293 drv_update_tkip_key(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_key_conf *conf, struct sta_info *sta, u32 iv32, u16 *phase1key) argument
[all...]
H A Dcfg.c179 key->conf.flags |= IEEE80211_KEY_FLAG_PAIRWISE;
208 key->conf.flags |= IEEE80211_KEY_FLAG_RX_MGMT;
214 key->conf.flags |= IEEE80211_KEY_FLAG_RX_MGMT;
222 key->conf.flags |= IEEE80211_KEY_FLAG_RX_MGMT;
327 params.cipher = key->conf.cipher;
329 switch (key->conf.cipher) {
336 key->conf.hw_key_idx,
372 params.key = key->conf.key;
373 params.key_len = key->conf.keylen;
1521 struct mesh_config *conf)
1519 ieee80211_get_mesh_config(struct wiphy *wiphy, struct net_device *dev, struct mesh_config *conf) argument
1586 struct mesh_config *conf; local
1693 ieee80211_join_mesh(struct wiphy *wiphy, struct net_device *dev, const struct mesh_config *conf, const struct mesh_setup *setup) argument
3056 struct ieee80211_chanctx_conf *conf; local
[all...]
H A Dmlme.c691 cpu_to_le16(local->hw.conf.listen_interval);
700 cpu_to_le16(local->hw.conf.listen_interval);
1055 struct ieee80211_chanctx_conf *conf; local
1099 conf = rcu_dereference_protected(sdata->vif.chanctx_conf,
1101 if (!conf) {
1111 chanctx = container_of(conf, struct ieee80211_chanctx, conf);
1309 struct ieee80211_conf *conf = &local->hw.conf; local
1318 if (conf
1337 struct ieee80211_conf *conf = &local->hw.conf; local
[all...]
H A Dutil.c1623 struct ieee80211_chanctx_conf *conf; local
1630 conf = rcu_dereference_protected(sdata->vif.chanctx_conf,
1632 if (conf) {
1633 ctx = container_of(conf, struct ieee80211_chanctx, conf);
1763 /* reconfigure tx conf */
1860 if (!(local->hw.conf.flags & IEEE80211_CONF_PS)) {
2019 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf);
2039 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf);
2528 struct cfg80211_chan_def chandef = local->hw.conf
[all...]
H A Dieee80211_i.h739 struct ieee80211_chanctx_conf conf; member in struct:ieee80211_chanctx
/net/wireless/
H A Dmesh.c99 const struct mesh_config *conf)
181 err = rdev_join_mesh(rdev, dev, conf, setup);
194 const struct mesh_config *conf)
200 err = __cfg80211_join_mesh(rdev, dev, setup, conf);
96 __cfg80211_join_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev, struct mesh_setup *setup, const struct mesh_config *conf) argument
191 cfg80211_join_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev, struct mesh_setup *setup, const struct mesh_config *conf) argument
H A Drdev-ops.h281 struct net_device *dev, struct mesh_config *conf)
285 ret = rdev->ops->get_mesh_config(&rdev->wiphy, dev, conf);
286 trace_rdev_return_int_mesh_config(&rdev->wiphy, ret, conf);
304 const struct mesh_config *conf,
308 trace_rdev_join_mesh(&rdev->wiphy, dev, conf, setup);
309 ret = rdev->ops->join_mesh(&rdev->wiphy, dev, conf, setup);
280 rdev_get_mesh_config(struct cfg80211_registered_device *rdev, struct net_device *dev, struct mesh_config *conf) argument
302 rdev_join_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev, const struct mesh_config *conf, const struct mesh_setup *setup) argument
/net/core/
H A Dskbuff.c2755 struct ts_config *conf,
2761 static void skb_ts_finish(struct ts_config *conf, struct ts_state *state) argument
2754 skb_ts_get_next_block(unsigned int offset, const u8 **text, struct ts_config *conf, struct ts_state *state) argument

Completed in 146 milliseconds