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.c75 struct table_val_link struct
101 return (memcmp(((struct table_val_link *)no)->pval, key, 56)); in cmp_table_value() argument
156 struct table_val_link *ptv; in update_tvalue()
160 ptv = (struct table_val_link *)no; in update_tvalue()
257 struct table_val_link *ptvl; in unref_table_value()
264 ptvl = (struct table_val_link *)ipfw_objhash_lookup_kidx(vi, kidx); in unref_table_value()
481 struct table_val_link *ptv; in ipfw_link_table_values()
502 ptv = (struct table_val_link *)ipfw_objhash_lookup_name(vi, 0, in ipfw_link_table_values()
539 ptei->ptv = malloc(sizeof(struct table_val_link), M_IPFW, in ipfw_link_table_values()
567 ptv = (struct table_val_link *)ipfw_objhash_lookup_name(vi, 0, in ipfw_link_table_values()
[all …]