Searched refs:skw (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pfsync.c685 struct pf_state_key *skw = NULL, *sks = NULL; local
753 if ((skw = pf_alloc_state_key(pool_flags)) == NULL)
765 sks = skw;
773 skw->addr[0] = sp->key[PF_SK_WIRE].addr[0];
774 skw->addr[1] = sp->key[PF_SK_WIRE].addr[1];
775 skw->port[0] = sp->key[PF_SK_WIRE].port[0];
776 skw->port[1] = sp->key[PF_SK_WIRE].port[1];
777 skw->proto = sp->proto;
778 skw->af = sp->af;
779 if (sks != skw) {
[all...]
H A Dpf_lb.c622 struct pf_state_key **skw, struct pf_state_key **sks,
648 if (pf_state_key_setup(pd, r, skw, sks, skp, nkp,
790 *skw = *sks = *nkp = *skp = NULL;
H A Dpf.c1027 struct pf_state_key **skw, struct pf_state_key **sks,
1064 *skw = *skp;
1068 *skw = *nkp;
1075 pf_state_insert(struct pfi_kif *kif, struct pf_state_key *skw, argument
1084 if (skw == sks) {
1085 if (pf_state_key_attach(skw, s, PF_SK_WIRE))
1089 if (pf_state_key_attach(skw, s, PF_SK_WIRE)) {
1833 struct pf_state_key *skw, *sks; local
1837 skw = skwp ? skwp : (s ? s->key[PF_SK_WIRE] : NULL);
1839 proto = skw
1026 pf_state_key_setup(struct pf_pdesc *pd, struct pf_rule *nr, struct pf_state_key **skw, struct pf_state_key **sks, struct pf_state_key **skp, struct pf_state_key **nkp, struct pf_addr *saddr, struct pf_addr *daddr, u_int16_t sport, u_int16_t dport) argument
3350 struct pf_state_key *skw = NULL, *sks = NULL; local
3825 pf_create_state(struct pf_rule *r, struct pf_rule *nr, struct pf_rule *a, struct pf_pdesc *pd, struct pf_src_node *nsn, struct pf_state_key *skw, struct pf_state_key *sks, struct pf_state_key *nk, struct pf_state_key *sk, struct mbuf *m, int off, u_int16_t sport, u_int16_t dport, int *rewrite, struct pfi_kif *kif, struct pf_state **sm, int tag, u_int16_t bproto_sum, u_int16_t bip_sum, int hdrlen) argument
[all...]

Completed in 108 milliseconds