Searched refs:tmpl_len (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/s390/net/ |
| H A D | fsm.c | 19 int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order) in init_fsm() argument 57 for (i = 0; i < tmpl_len; i++) { in init_fsm()
|
| H A D | fsm.h | 113 int tmpl_len, gfp_t order);
|
| /linux/net/mac80211/ |
| H A D | cfg.c | 1151 if (params->tmpl && params->tmpl_len) { in ieee80211_set_fils_discovery() 1152 new = kzalloc(sizeof(*new) + params->tmpl_len, GFP_KERNEL); in ieee80211_set_fils_discovery() 1155 new->len = params->tmpl_len; in ieee80211_set_fils_discovery() 1156 memcpy(new->data, params->tmpl, params->tmpl_len); in ieee80211_set_fils_discovery() 1184 if (params->tmpl && params->tmpl_len) { in ieee80211_set_unsol_bcast_probe_resp() 1185 new = kzalloc(sizeof(*new) + params->tmpl_len, GFP_KERNEL); in ieee80211_set_unsol_bcast_probe_resp() 1188 new->len = params->tmpl_len; in ieee80211_set_unsol_bcast_probe_resp() 1189 memcpy(new->data, params->tmpl, params->tmpl_len); in ieee80211_set_unsol_bcast_probe_resp()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 6601 fd->tmpl_len = nla_len(tb[NL80211_FILS_DISCOVERY_ATTR_TMPL]); in nl80211_parse_fils_discovery() 6637 presp->tmpl_len = nla_len(tb[NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL]); in nl80211_parse_unsol_bcast_probe_resp()
|