Searched refs:new_flt_info (Results 1 – 3 of 3) sorted by relevance
584 flt_rule_info new_flt_info; in add_client_flt_rule() local614 memset(&new_flt_info, 0, sizeof(new_flt_info)); in add_client_flt_rule()615 new_flt_info.p_client = client; in add_client_flt_rule()616 new_flt_info.flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule()618 peer->flt_rule.push_front(new_flt_info); in add_client_flt_rule()
1058 flt_rule_info new_flt_info; in add_client_flt_rule() local1124 memset(&new_flt_info, 0, sizeof(new_flt_info)); in add_client_flt_rule()1125 new_flt_info.p_client = client; in add_client_flt_rule()1126 new_flt_info.flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule()1127 new_flt_info.l2tp_first_pass_flt_rule_hdl[iptype] = l2tp_first_pass_flt_rule_hdl; in add_client_flt_rule()1128 new_flt_info.l2tp_second_pass_flt_rule_hdl = l2tp_second_pass_flt_rule_hdl; in add_client_flt_rule()1130 peer->flt_rule.push_front(new_flt_info); in add_client_flt_rule()
1063 flt_rule_info new_flt_info; in add_client_flt_rule() local1129 memset(&new_flt_info, 0, sizeof(new_flt_info)); in add_client_flt_rule()1130 new_flt_info.p_client = client; in add_client_flt_rule()1131 new_flt_info.flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule()1132 new_flt_info.l2tp_first_pass_flt_rule_hdl[iptype] = l2tp_first_pass_flt_rule_hdl; in add_client_flt_rule()1133 new_flt_info.l2tp_second_pass_flt_rule_hdl = l2tp_second_pass_flt_rule_hdl; in add_client_flt_rule()1135 peer->flt_rule.push_front(new_flt_info); in add_client_flt_rule()