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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.c321 #define RULESIZE64(rule) (sizeof(struct ip_fw_64) + \ macro
2825 static_len_64 += RULESIZE64(input_rule);
2855 static_len_64 -= RULESIZE64(rule);
2966 static_len_64 -= RULESIZE64(*rule);
3484 /* do not use macro RULESIZE64 since we want RULESIZE for ip_fw_64 */

Completed in 21 milliseconds