Home
last modified time | relevance | path

Searched refs:soflow_db_get_feature_context_id (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/bsd/kern/
H A Dsocket_flows.h105 u_int64_t soflow_db_get_feature_context_id(struct soflow_db *, struct sockaddr *, struct sockaddr *…
H A Dsocket_flows.c688 soflow_db_get_feature_context_id(struct soflow_db *db, struct sockaddr *local, struct sockaddr *rem… in soflow_db_get_feature_context_id() function
/xnu-10002.1.13/bsd/net/
H A Dcontent_filter.c6128 return (cfil_sock_id_t)soflow_db_get_feature_context_id(so->so_flow_db, local, remote); in cfil_sock_id_from_datagram_socket()