Home
last modified time | relevance | path

Searched refs:necp_client_add_flow (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c781 necp_client_get_flow_stats(const struct necp_client_add_flow *req) in necp_client_get_flow_stats()
813 flow_req_get_address(const struct necp_client_add_flow *req, size_t offset_of_address) in flow_req_get_address()
819 …xable req_ptr = __unsafe_forge_bidi_indexable(uint8_t *, req, sizeof(struct necp_client_add_flow)); in flow_req_get_address()
830 flow_req_get_proto(const struct necp_client_add_flow *req, size_t offset_of_proto) in flow_req_get_proto()
836 …xable req_ptr = __unsafe_forge_bidi_indexable(uint8_t *, req, sizeof(struct necp_client_add_flow)); in flow_req_get_proto()
8561 necp_client_add_flow(struct necp_fd_data *fd_data, struct necp_client_action_args *uap, int *retval) in necp_client_add_flow() function
8568 struct necp_client_add_flow * __indexable add_request = NULL; in necp_client_add_flow()
8569 struct necp_client_add_flow * __indexable allocated_add_request = NULL; in necp_client_add_flow()
8579 if (uap->buffer == 0 || buffer_size < sizeof(struct necp_client_add_flow) || in necp_client_add_flow()
8600 add_request = (struct necp_client_add_flow *)&default_add_request; in necp_client_add_flow()
[all …]
H A Dnecp.h952 struct necp_client_add_flow { struct