Changeset View
Changeset View
Standalone View
Standalone View
sys/netpfil/pf/if_pfsync.c
| Show First 20 Lines • Show All 457 Lines • ▼ Show 20 Lines | |||||
| { | { | ||||
| struct pfsync_softc *sc = V_pfsyncif; | struct pfsync_softc *sc = V_pfsyncif; | ||||
| #ifndef __NO_STRICT_ALIGNMENT | #ifndef __NO_STRICT_ALIGNMENT | ||||
| struct pfsync_state_key key[2]; | struct pfsync_state_key key[2]; | ||||
| #endif | #endif | ||||
| struct pfsync_state_key *kw, *ks; | struct pfsync_state_key *kw, *ks; | ||||
| struct pf_state *st = NULL; | struct pf_state *st = NULL; | ||||
| struct pf_state_key *skw = NULL, *sks = NULL; | struct pf_state_key *skw = NULL, *sks = NULL; | ||||
| struct pf_rule *r = NULL; | struct pf_krule *r = NULL; | ||||
| struct pfi_kif *kif; | struct pfi_kif *kif; | ||||
| int error; | int error; | ||||
| PF_RULES_RASSERT(); | PF_RULES_RASSERT(); | ||||
| if (sp->creatorid == 0) { | if (sp->creatorid == 0) { | ||||
| if (V_pf_status.debug >= PF_DEBUG_MISC) | if (V_pf_status.debug >= PF_DEBUG_MISC) | ||||
| printf("%s: invalid creator id: %08x\n", __func__, | printf("%s: invalid creator id: %08x\n", __func__, | ||||
| ▲ Show 20 Lines • Show All 2,091 Lines • Show Last 20 Lines | |||||