Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c802 necp_client_get_flow_stats(const struct necp_client_add_flow *req) in necp_client_get_flow_stats()
834 flow_req_get_address(const struct necp_client_add_flow *req, size_t offset_of_address) in flow_req_get_address()
840 …xable req_ptr = __unsafe_forge_bidi_indexable(uint8_t *, req, sizeof(struct necp_client_add_flow)); in flow_req_get_address()
851 flow_req_get_proto(const struct necp_client_add_flow *req, size_t offset_of_proto) in flow_req_get_proto()
857 …xable req_ptr = __unsafe_forge_bidi_indexable(uint8_t *, req, sizeof(struct necp_client_add_flow)); in flow_req_get_proto()
9312 necp_client_add_flow(struct necp_fd_data *fd_data, struct necp_client_action_args *uap, int *retval) in necp_client_add_flow() function
9319 struct necp_client_add_flow * __indexable add_request = NULL; in necp_client_add_flow()
9320 struct necp_client_add_flow * __indexable allocated_add_request = NULL; in necp_client_add_flow()
9330 if (uap->buffer == 0 || buffer_size < sizeof(struct necp_client_add_flow) || in necp_client_add_flow()
9351 add_request = (struct necp_client_add_flow *)&default_add_request; in necp_client_add_flow()
[all …]
H A Dnecp.h971 struct necp_client_add_flow { struct