| /xnu-12377.41.6/security/ |
| H A D | mac_skywalk.c | 36 mac_skywalk_flow_check_connect(proc_t proc, void *flow, const struct sockaddr *addr, int type, int … in mac_skywalk_flow_check_connect() 48 mac_skywalk_flow_check_listen(proc_t proc, void *flow, const struct sockaddr *addr, int type, int p… in mac_skywalk_flow_check_listen()
|
| /xnu-12377.41.6/bsd/net/classq/ |
| H A D | classq.c | 307 _getq_flow(class_queue_t *q, classq_pkt_t *pkt, u_int32_t flow) in _getq_flow() 586 _flushq_flow_mbuf(class_queue_t *q, u_int32_t flow, u_int32_t *cnt, in _flushq_flow_mbuf() 637 _flushq_flow_kpkt(class_queue_t *q, u_int32_t flow, u_int32_t *cnt, in _flushq_flow_kpkt() 687 _flushq_flow(class_queue_t *q, u_int32_t flow, u_int32_t *cnt, u_int32_t *len) in _flushq_flow()
|
| H A D | if_classq.h | 53 u_int32_t flow; /* (in) 0 means all flows */ member
|
| /xnu-12377.41.6/tests/skywalk/ |
| H A D | skt_flow.c | 57 struct sktu_flow *flow; in skt_flow_add_del() local 174 struct sktu_flow *flow; in skt_flow_config_main() local 255 struct sktu_flow *flow; in skt_flow_conn_idle_main() local
|
| H A D | skt_mpprotons.c | 59 struct sktu_flow *flow; in skt_flow_req_should_succeed() local 69 struct sktu_flow *flow; in skt_flow_req_should_fail() local
|
| H A D | skt_restricted_port.c | 54 uuid_t flow; in skt_reserve_restricted_port() local
|
| H A D | skt_flowswitch_ns_reserve.c | 370 ErrorFlags error_flags, uuid_t flow, uint16_t *bound_port) in skt_ns_sky_bind() 489 uuid_t flow; in skt_flowswitch_ns_sky_bsd() local 536 uuid_t flow; in skt_flowswitch_ns_check_v4mappedv6addr() local 615 uuid_t flow; in skt_flowswitch_ns_check_v4mappedv6addr2() local
|
| H A D | skywalk_test_utils.c | 692 …xus_controller_t ncd, const uuid_t fsw, in_port_t in_port, nexus_port_t nx_port, const uuid_t flow) in sktc_bind_tcp4_flow() 768 sktc_unbind_flow(nexus_controller_t ncd, const uuid_t fsw, const uuid_t flow) in sktc_unbind_flow() 2583 sktu_attach_flow_metadata_to_frames(struct sktu_flow *flow, in sktu_attach_flow_metadata_to_frames() 2593 _sktu_create_udp_flow_input_frames(struct sktu_flow *flow, in _sktu_create_udp_flow_input_frames() 2604 _sktu_create_udp_flow_output_frames(struct sktu_flow *flow, in _sktu_create_udp_flow_output_frames() 2616 _sktu_create_tcp_flow_input_frames(struct sktu_flow *flow, in _sktu_create_tcp_flow_input_frames() 2627 _sktu_create_tcp_flow_output_frames(struct sktu_flow *flow, in _sktu_create_tcp_flow_output_frames() 2639 _sktu_create_ip_flow_input_frames(struct sktu_flow *flow, in _sktu_create_ip_flow_input_frames() 2649 _sktu_create_ip_flow_output_frames(struct sktu_flow *flow, in _sktu_create_ip_flow_output_frames() 2690 sktu_flow_to_string(struct sktu_flow *flow) in sktu_flow_to_string() [all …]
|
| H A D | skt_flowlookup.c | 100 struct sktu_flow *flow; in test_tcp_flow_send() local 143 struct sktu_flow *flow; in test_tcp_flow_receive() local
|
| H A D | skt_mangle.c | 71 struct sktu_flow *flow; member
|
| H A D | skt_reass.c | 210 reass_common(channel_port *ch_port, struct sktu_flow *flow, void *data, in reass_common()
|
| H A D | skt_xfer.c | 273 const uuid_t fsw, nexus_port_t nx_port, const uuid_t flow, in connect_flow() 317 const uuid_t fsw, nexus_port_t nx_port, const uuid_t flow, in connect_child_flow()
|
| /xnu-12377.41.6/bsd/net/ ! |
| H A D | necp_client.c | 215 #define NECP_CLIENT_FLOW_LOG(client, flow, fmt, ...) … argument 1009 …struct necp_client_flow_registration *flow = RB_FIND(_necp_client_flow_global_tree, &necp_client_f… in necp_find_client_and_lock() local 1031 struct necp_client_flow_registration *flow = NULL; in necp_client_find_flow() local 1053 …struct necp_client_flow_registration *flow = RB_FIND(_necp_fd_flow_tree, &client_fd->flows, &find); in necp_client_fd_find_client_unlocked() local 1241 struct necp_client_flow *flow = NULL; in necp_flow_save_current_interface_details() local 1254 struct necp_client_flow *flow = NULL; in necp_client_collect_interface_stats() local 1296 struct necp_client_flow *flow = NULL; in necp_client_collect_aop_flow_stats() local 2175 struct necp_client_flow *flow = NULL; in necp_client_add_nexus_flow_if_needed() local 2227 struct necp_client_flow *flow = NULL; in necp_client_add_interface_flow_if_needed() local 2327 struct necp_client_flow *flow) in necp_client_flow_is_viable() [all …]
|
| H A D | if.c | 1707 if_qflush_sc(struct ifnet *ifp, mbuf_svc_class_t sc, u_int32_t flow, in if_qflush_sc()
|
| H A D | dlil.c | 2906 uint32_t flow; in ifnet_mcast_clear_dscp() local
|
| /xnu-12377.41.6/bsd/netinet/ ! |
| H A D | udp_usrreq.c | 3249 udp_port_unreach_rlc_common(struct in_endpoints *flow) in udp_port_unreach_rlc_common() 3296 struct in_endpoints flow; in udp_port_unreach_rlc_compress() local 3316 struct in_endpoints flow; in udp6_port_unreach_rlc_compress() local
|
| H A D | tcp_subr.c | 345 struct in_endpoints flow; in tcp_rst_rlc_compress() local
|
| H A D | mptcp_subr.c | 6090 fill_mptcp_subflow(struct socket *so, mptcp_flow_t *flow, struct mptsub *mpts) in fill_mptcp_subflow()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/ ! |
| H A D | flow_var.h | 789 struct __flow *flow = pkt->pkt_flow; in flow_pkt2key() local
|
| /xnu-12377.41.6/bsd/skywalk/packet/ ! |
| H A D | pbufpool.c | 541 struct __flow *__single flow; in pp_metadata_construct() local
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/ ! |
| H A D | fsw_dp.c | 852 struct __flow *flow = pkt->pkt_flow; in pkt_is_for_listener() local
|