Searched refs:utun_pcb (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.h34 struct utun_pcb;
45 utun_cleanup_all_crypto_ipsec(struct utun_pcb *pcb);
51 utun_ctl_enable_crypto_ipsec(struct utun_pcb *pcb, utun_crypto_args_t *args);
57 utun_ctl_disable_crypto_ipsec(struct utun_pcb *pcb);
69 utun_ctl_config_crypto_keys_ipsec(struct utun_pcb *pcb,
95 utun_pkt_ipsec_output(struct utun_pcb *pcb, mbuf_t *pkt);
98 utun_pkt_is_ipsec_keepalive(struct utun_pcb *pcb, mbuf_t *pkt, u_int16_t nxt, u_int32_t flags, size_t off);
101 utun_pkt_ipsec_input(struct utun_pcb *pcb, mbuf_t *pkt, protocol_family_t family);
H A Dif_utun.h40 struct utun_pcb { struct
H A Dif_utun_crypto.c40 utun_cleanup_crypto (struct utun_pcb *pcb)
55 struct utun_pcb *pcb = unitinfo;
119 struct utun_pcb *pcb = unitinfo;
172 struct utun_pcb *pcb = unitinfo;
255 struct utun_pcb *pcb = unitinfo;
341 struct utun_pcb *pcb = unitinfo;
413 struct utun_pcb *pcb = unitinfo;
469 struct utun_pcb *pcb = unitinfo;
518 utun_pkt_crypto_output (struct utun_pcb *pcb, mbuf_t *m)
H A Dif_utun_crypto_ipsec.c58 extern errno_t utun_pkt_input (struct utun_pcb *pcb, mbuf_t m);
228 if (sav->utun_pcb) {
229 sav->utun_pcb = NULL;
297 struct utun_pcb *pcb,
356 (*sav)->utun_pcb = (__typeof__((*sav)->utun_pcb))pcb;
370 if ((*sav)->utun_pcb) {
371 (*sav)->utun_pcb = NULL;
403 if (sav->utun_pcb) {
416 utun_ctl_config_crypto_keys_ipsec_v1 (struct utun_pcb *pc
[all...]
H A Dif_utun.c96 __private_extern__ errno_t utun_pkt_input (struct utun_pcb *pcb, mbuf_t m);
190 struct utun_pcb *pcb;
420 struct utun_pcb *pcb = unitinfo;
457 return utun_pkt_input((struct utun_pcb *)unitinfo, m);
469 struct utun_pcb *pcb = unitinfo;
560 struct utun_pcb *pcb = unitinfo;
600 struct utun_pcb *pcb = ifnet_softc(interface);
749 struct utun_pcb *pcb = ifnet_softc(interface);
812 utun_pkt_input (struct utun_pcb *pcb, mbuf_t m)
H A Dif_utun_crypto.h230 struct utun_pcb;
290 utun_cleanup_crypto(struct utun_pcb *pcb);
349 utun_pkt_crypto_output(struct utun_pcb *pcb, mbuf_t *m);
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.h111 void *utun_pcb; member in struct:secasvar
/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_input.c456 if (sav->utun_is_keepalive_fn(sav->utun_pcb, &m, nxt, sav->flags, (off + esplen + ivlen))) {
586 if (!(sav->utun_in_fn(sav->utun_pcb, &m, ifamily == AF_INET ? PF_INET : PF_INET6))) {
686 if (!(sav->utun_in_fn(sav->utun_pcb, &m, PF_INET))) {
971 if (sav->utun_is_keepalive_fn(sav->utun_pcb, &m, nxt, sav->flags, (off + esplen + ivlen))) {
1049 if (!(sav->utun_in_fn(sav->utun_pcb, &m, PF_INET6))) {
1156 if (!(sav->utun_in_fn(sav->utun_pcb, &m, PF_INET6))) {

Completed in 26 milliseconds