Lines Matching defs:vestige
1213 vestigial_inpcb_t vestige;
1215 vestige.valid = 0;
1382 ip->ip_dst, th->th_dport, &vestige);
1383 if (inp == NULL && !vestige.valid) {
1389 if (inp == NULL && !vestige.valid) {
1396 th->th_sport, &d, th->th_dport, 0, &vestige);
1397 if (inp == NULL && !vestige.valid) {
1404 if (inp == NULL && !vestige.valid) {
1431 th->th_sport, &ip6->ip6_dst, th->th_dport, faith, &vestige);
1432 if (inp == NULL && !vestige.valid) {
1437 if (inp == NULL && !vestige.valid) {
1472 } else if (vestige.valid) {
1474 tcp_vtw_input(th, &vestige, m, tlen);