Home
last modified time | relevance | path

Searched refs:event_flags (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/tests/skywalk/
H A Dskt_netifdirect.c480 uint32_t how_many, uint32_t batch_size, int child, uint32_t event_flags, in skt_netif_send_and_receive() argument
516 if ((event_flags & SKT_NETIF_DIRECT_EVFLAG_IFADV) != 0) { in skt_netif_send_and_receive()
522 if ((event_flags & SKT_NETIF_DIRECT_EVFLAG_CHANNEL) != 0) { in skt_netif_send_and_receive()
641 if (event_flags & SKT_NETIF_DIRECT_EVFLAG_EXPIRY) { in skt_netif_send_and_receive()
708 if ((event_flags & SKT_NETIF_DIRECT_EVFLAG_IFADV) != 0) { in skt_netif_send_and_receive()
726 if ((event_flags & SKT_NETIF_DIRECT_EVFLAG_CHANNEL) != 0) { in skt_netif_send_and_receive()
727 if ((event_flags & SKT_NETIF_DIRECT_EVFLAG_EXPIRY) != 0) { in skt_netif_send_and_receive()
753 uint32_t event_flags = 0; in skt_netifdirect_xfer_ipv6() local
815 event_flags |= SKT_NETIF_DIRECT_EVFLAG_IFADV; in skt_netifdirect_xfer_ipv6()
821 event_flags |= SKT_NETIF_DIRECT_EVFLAG_IFADV; in skt_netifdirect_xfer_ipv6()
[all …]
H A Dskt_xfer.c1584 uint32_t event_flags, bool ifadv_enabled) in send_and_receive() argument
1613 if ((event_flags & SKT_FSW_EVFLAG_IFADV) != 0) { in send_and_receive()
1619 if ((event_flags & SKT_FSW_EVFLAG_CHANNEL) != 0) { in send_and_receive()
1756 if ((event_flags & SKT_FSW_EVFLAG_IFADV) != 0) { in send_and_receive()
1763 if ((event_flags & SKT_FSW_EVFLAG_CHANNEL) != 0) { in send_and_receive()
2716 uint32_t event_flags = 0; in skt_xfer_udp_common() local
2821 event_flags |= SKT_FSW_EVFLAG_IFADV; in skt_xfer_udp_common()
2827 event_flags |= SKT_FSW_EVFLAG_IFADV; in skt_xfer_udp_common()
2833 event_flags |= SKT_FSW_EVFLAG_CHANNEL; in skt_xfer_udp_common()
2845 event_flags, ifadv_enabled); in skt_xfer_udp_common()
/xnu-12377.61.12/bsd/net/
H A Dntstat.h1056 nstat_event_flags_t event_flags __attribute__((aligned(sizeof(u_int64_t)))); \
1092 nstat_event_flags_t event_flags __attribute__((aligned(sizeof(u_int64_t)))); member
1099 nstat_event_flags_t event_flags __attribute__((aligned(sizeof(u_int64_t)))); \
1151 nstat_event_flags_t event_flags __attribute__((aligned(sizeof(u_int64_t)))); \
H A Dntstat.c6079 counts.event_flags = 0; in nstat_client_send_counts()
6114 counts.event_flags = 0; in nstat_client_append_counts()
6165 desc->event_flags = 0; in nstat_client_send_description()
6204 desc->event_flags = 0; in nstat_client_append_description()
6292 desc->event_flags = event; in nstat_client_send_update()
6429 desc->event_flags = event; in nstat_client_send_details()
6558 desc->event_flags = 0; in nstat_client_append_update()
6681 desc->event_flags = 0; in nstat_client_append_details()