Lines Matching defs:tu
7077 ipftune_t tu;
7081 error = ipf_inobj(softc, data, NULL, &tu, IPFOBJ_TUNEABLE);
7085 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
7086 cookie = tu.ipft_cookie;
7103 cookie, &tu.ipft_cookie);
7106 tu.ipft_cookie = ta + 1;
7113 if (ta->ipft_sz > sizeof(tu.ipft_un)) {
7118 tu.ipft_vlong = 0;
7120 tu.ipft_vlong = *ta->ipft_plong;
7122 tu.ipft_vint = *ta->ipft_pint;
7124 tu.ipft_vshort = *ta->ipft_pshort;
7126 tu.ipft_vchar = *ta->ipft_pchar;
7128 tu.ipft_sz = ta->ipft_sz;
7129 tu.ipft_min = ta->ipft_min;
7130 tu.ipft_max = ta->ipft_max;
7131 tu.ipft_flags = ta->ipft_flags;
7132 bcopy(ta->ipft_name, tu.ipft_name,
7133 MIN(sizeof(tu.ipft_name),
7136 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7152 } else if (tu.ipft_name[0] != '\0') {
7154 tu.ipft_name);
7165 tu.ipft_vlong = 0;
7167 tu.ipft_vlong = *ta->ipft_plong;
7169 tu.ipft_vint = *ta->ipft_pint;
7171 tu.ipft_vshort = *ta->ipft_pshort;
7173 tu.ipft_vchar = *ta->ipft_pchar;
7174 tu.ipft_cookie = ta;
7175 tu.ipft_sz = ta->ipft_sz;
7176 tu.ipft_min = ta->ipft_min;
7177 tu.ipft_max = ta->ipft_max;
7178 tu.ipft_flags = ta->ipft_flags;
7179 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7196 in = tu.ipft_vlong;
7208 &tu.ipft_un);
7212 tu.ipft_vlong = *ta->ipft_plong;
7216 tu.ipft_vint = *ta->ipft_pint;
7220 tu.ipft_vshort = *ta->ipft_pshort;
7224 tu.ipft_vchar = *ta->ipft_pchar;
7227 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);