Home
last modified time | relevance | path

Searched refs:ipfr_rule (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintfraginfo.c20 if (kmemcpy((char *)&fr, (u_long)ifr->ipfr_rule,
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_frag.c340 fra->ipfr_rule = fin->fin_fr;
341 if (fra->ipfr_rule != NULL) {
678 fr = fra->ipfr_rule;
758 fr = fra->ipfr_rule;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_frag.h35 frentry_t *ipfr_rule; member