Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_value.c73 struct table_val_link struct
98 return (memcmp(((struct table_val_link *)no)->pval, key, 56)); in cmp_table_value() argument
152 struct table_val_link *ptv; in update_tvalue()
156 ptv = (struct table_val_link *)no; in update_tvalue()
253 struct table_val_link *ptvl; in unref_table_value()
260 ptvl = (struct table_val_link *)ipfw_objhash_lookup_kidx(vi, kidx); in unref_table_value()
478 struct table_val_link *ptv; in ipfw_link_table_values()
499 ptv = (struct table_val_link *)ipfw_objhash_lookup_name(vi, 0, in ipfw_link_table_values()
536 ptei->ptv = malloc(sizeof(struct table_val_link), M_IPFW, in ipfw_link_table_values()
564 ptv = (struct table_val_link *)ipfw_objhash_lookup_name(vi, 0, in ipfw_link_table_values()
[all …]