Searched refs:framer (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif_utun_crypto_dtls.c68 LIST_REMOVE(rem_framer, framer_chain); // unchain the framer
94 // check framer->state.u.dtls.u.in.listhead for duplicates;
118 // check framer->state.u.dtls.u.in.listhead for duplicates;
436 // check framer->u.listhead for duplicates;
461 utun_crypto_framer_t *framer, *new_framer = NULL, *dup_framer; local
473 // Input framer (for tunnel hdr detection and decapsulation). there can be several pattern that identify data (vs. control) packets.
528 // Secondly, we need to be careful about existing framer configs
529 if (!(framer = utun_ctl_get_first_framer(crypto_ctx, args->inner_type))) {
531 if (!(framer = utun_alloc(sizeof(*framer)))) {
717 utun_crypto_framer_t *framer, *rem_framer; local
[all...]
H A Dif_utun_crypto.h230 // stub for IPSec framer arguments
262 // App's parent structure for sending/storing framer arguments
279 #define utun_crypto_framer_args_dtls_in(framer) framer->u.dtls_v1.u.in
280 #define utun_crypto_framer_args_dtls_out(framer) framer->u.dtls_v1.u.out
328 // structures used for storing kernel's framer runtime state
330 // stub for kernel's IPSec framer state
364 // kernel's parent structure for framer state
372 // kernel's parent structure for the framer
[all...]
H A Dkpi_interface.h651 @field framer The function used to frame outbound packets, may be NULL.
679 ifnet_framer_func framer; /* optional */ member in struct:ifnet_init_params
1004 @field framer The function used to frame outbound packets, may be NULL.
1007 the value set via framer.
1059 ifnet_framer_func framer; /* optional */ member in struct:ifnet_init_eparams
2160 any filters, a protocol preoutput function, the interface framer
2191 interface framer functions will be bypassed. The packet will
H A Dkpi_interface.c138 einit.framer = init->framer;
231 ifp->if_framer_legacy = einit.framer;
245 * On embedded, framer() is already in the extended form;
249 * On non-embedded, framer() has long been exposed as part

Completed in 45 milliseconds