Searched refs:ipsec_stats_param (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif_ipsec.h65 #define IPSEC_OPT_INC_IFDATA_STATS_IN 4 /* set to increment stat counters (type struct ipsec_stats_param) */
66 #define IPSEC_OPT_INC_IFDATA_STATS_OUT 5 /* set to increment stat counters (type struct ipsec_stats_param) */
71 struct ipsec_stats_param { struct
H A Dif_ipsec.c503 struct ipsec_stats_param *utsp = (struct ipsec_stats_param *)data;
505 if (utsp == NULL || len < sizeof(struct ipsec_stats_param)) {

Completed in 25 milliseconds