Lines Matching refs:ipft_sz
6466 item->ipft_sz = sizeof ((_ifs)->_field); \ in ipftuneable_alloc()
6724 if (ta->ipft_sz > sizeof(tu.ipft_un))
6728 if (ta->ipft_sz == sizeof(u_long))
6730 else if (ta->ipft_sz == sizeof(u_int))
6732 else if (ta->ipft_sz == sizeof(u_short))
6734 else if (ta->ipft_sz == sizeof(u_char))
6737 tu.ipft_sz = ta->ipft_sz;
6772 if (ta->ipft_sz == sizeof(u_long))
6774 else if (ta->ipft_sz == sizeof(u_int))
6776 else if (ta->ipft_sz == sizeof(u_short))
6778 else if (ta->ipft_sz == sizeof(u_char))
6781 tu.ipft_sz = ta->ipft_sz;
6807 if (ta->ipft_sz == sizeof(u_long)) {
6810 } else if (ta->ipft_sz == sizeof(u_int)) {
6813 } else if (ta->ipft_sz == sizeof(u_short)) {
6816 } else if (ta->ipft_sz == sizeof(u_char)) {