Home
last modified time | relevance | path

Searched refs:frm_content (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_utils.c160 if (!piot_sim_rule->frm_content || !piot_sim_rule->len) in iot_sim_apply_content_change_rule()
172 piot_sim_rule->frm_content[0]) { in iot_sim_apply_content_change_rule()
178 (buf[offset] < piot_sim_rule->frm_content[0])) { in iot_sim_apply_content_change_rule()
185 qdf_mem_copy(buf, piot_sim_rule->frm_content, in iot_sim_apply_content_change_rule()
Diot_sim_defs_i.h134 uint8_t *frm_content; member
Diot_sim_common.c783 qdf_mem_free((*f_e)->frm_content); in iot_sim_del_rule()
784 (*f_e)->frm_content = NULL; in iot_sim_del_rule()
1018 (*f_e)->frm_content = qdf_mem_malloc(len); in iot_sim_add_rule()
1019 if (!((*f_e)->frm_content)) in iot_sim_add_rule()
1021 qdf_mem_copy((*f_e)->frm_content, frm, len); in iot_sim_add_rule()