Searched refs:bind_key (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_filter.c | 446 custom_ether_args_t *args, nexus_port_t *nx_port, uuid_t bind_key) in custom_ether_setup_flow() argument 464 uuid_copy(bind_key, nfr.nfr_bind_key); in custom_ether_setup_flow() 490 uuid_t bind_key; in custom_ether_thread() local 498 &nx_port, bind_key); in custom_ether_thread() 501 error = os_channel_attr_set_key(ch_attr, bind_key, sizeof(bind_key)); in custom_ether_thread() 737 nexus_port_t *nx_port, uuid_t bind_key) in filter_setup_flow() argument 754 uuid_copy(bind_key, nfr.nfr_bind_key); in filter_setup_flow() 766 uuid_t bind_key; in filter_thread() local 771 filter_setup_flow(nx_ncd, if_uuid, &nx_port, bind_key); in filter_thread() 774 error = os_channel_attr_set_key(ch_attr, bind_key, sizeof(bind_key)); in filter_thread()
|