Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_private.h347 struct info_tuple { struct
H A Dtcp_usrreq.c121 errno_t tcp_fill_info_for_info_tuple(struct info_tuple *, struct tcp_info *);
1940 tcp_fill_info_for_info_tuple(struct info_tuple *itpl, struct tcp_info *ti) in tcp_fill_info_for_info_tuple()
2115 struct info_tuple itpl; in tcp_sysctl_info()
2120 if (req->newlen < sizeof(struct info_tuple)) { in tcp_sysctl_info()
2123 error = SYSCTL_IN(req, &itpl, sizeof(struct info_tuple)); in tcp_sysctl_info()
/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dos_nexus_private.h315 struct info_tuple nmf_info_tuple; /* flow tuple */
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1750 struct info_tuple *itpl = &filter->nmf_info_tuple; in fsw_mib_get_flow()