Searched refs:bind_key (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_filter.c | 447 custom_ether_args_t *args, nexus_port_t *nx_port, uuid_t bind_key) in custom_ether_setup_flow() argument 465 uuid_copy(bind_key, nfr.nfr_bind_key); in custom_ether_setup_flow() 491 uuid_t bind_key; in custom_ether_thread() local 499 &nx_port, bind_key); in custom_ether_thread() 502 error = os_channel_attr_set_key(ch_attr, bind_key, sizeof(bind_key)); in custom_ether_thread() 738 nexus_port_t *nx_port, uuid_t bind_key) in filter_setup_flow() argument 755 uuid_copy(bind_key, nfr.nfr_bind_key); in filter_setup_flow() 767 uuid_t bind_key; in filter_thread() local 772 filter_setup_flow(nx_ncd, if_uuid, &nx_port, bind_key); in filter_thread() 775 error = os_channel_attr_set_key(ch_attr, bind_key, sizeof(bind_key)); in filter_thread()
|