Searched refs:match_key (Results 1 – 1 of 1) sorted by relevance
2301 struct pf_state_key_cmp match_key; in pf_killstates_row() local2368 bzero(&match_key, sizeof(match_key)); in pf_killstates_row()2378 match_key.af = s->key[idx]->af; in pf_killstates_row()2379 match_key.proto = s->key[idx]->proto; in pf_killstates_row()2380 PF_ACPY(&match_key.addr[0], in pf_killstates_row()2381 &s->key[idx]->addr[1], match_key.af); in pf_killstates_row()2382 match_key.port[0] = s->key[idx]->port[1]; in pf_killstates_row()2383 PF_ACPY(&match_key.addr[1], in pf_killstates_row()2384 &s->key[idx]->addr[0], match_key.af); in pf_killstates_row()2385 match_key.port[1] = s->key[idx]->port[0]; in pf_killstates_row()[all …]