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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c409 #define STATE_ADDR_TRANSLATE(sk) \
410 (sk)->lan.addr.addr32[0] != (sk)->gwy.addr.addr32[0] || \
411 ((sk)->af == AF_INET6 && \
412 ((sk)->lan.addr.addr32[1] != (sk)->gwy.addr.addr32[1] || \
413 (sk)->lan.addr.addr32[2] != (sk)->gwy.addr.addr32[2] || \
414 (sk)->lan.addr.addr32[3] != (sk)
1112 struct pf_state_key *sk = NULL; local
1142 struct pf_state_key *sk = NULL; local
1261 struct pf_state_key *sk; local
1370 struct pf_state_key *sk = s->state_key; local
1860 struct pf_state_key *sk = s->state_key; local
2012 pf_calc_state_key_flowhash(struct pf_state_key *sk) argument
3208 struct pf_state_key *sk = s->state_key; local
3235 struct pf_state_key* sk = s->state_key; local
3910 pf_attach_state(struct pf_state_key *sk, struct pf_state *s, int tail) argument
3925 struct pf_state_key *sk = s->state_key; local
3948 struct pf_state_key *sk; local
4719 struct pf_state_key *sk = NULL; local
5462 struct pf_state_key *sk; local
7265 struct pf_state_key *sk = s->state_key; local
7283 struct pf_state_key *sk = s->state_key; local
8058 struct pf_state_key *sk = NULL; local
8592 struct pf_state_key *sk = NULL; local
[all...]
H A Dpf_ioctl.c1399 pf_state_export(struct pfsync_state *sp, struct pf_state_key *sk, argument
1406 sp->lan.addr = sk->lan.addr;
1407 sp->lan.xport = sk->lan.xport;
1408 sp->gwy.addr = sk->gwy.addr;
1409 sp->gwy.xport = sk->gwy.xport;
1410 sp->ext.addr = sk->ext.addr;
1411 sp->ext.xport = sk->ext.xport;
1412 sp->proto_variant = sk->proto_variant;
1414 sp->proto = sk->proto;
1415 sp->af = sk
1455 pf_state_import(struct pfsync_state *sp, struct pf_state_key *sk, struct pf_state *s) argument
3582 struct pf_state_key *sk; local
3647 struct pf_state_key *sk; local
3789 struct pf_state_key *sk; local
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dlibmicro.c1377 double sk; local
1419 sk = 0.0;
1433 sk += diff * diff * diff;
1440 stats->st_skew = sk / (std * std * std) / (double)(count);

Completed in 32 milliseconds