| version 1.122, 2000/11/24 03:43:20 |
version 1.123, 2000/12/14 17:36:44 |
| Line 479 ip_input(struct mbuf *m) |
|
| Line 479 ip_input(struct mbuf *m) |
|
| ip = mtod(m, struct ip *); |
ip = mtod(m, struct ip *); |
| #endif /* PFIL_HOOKS */ |
#endif /* PFIL_HOOKS */ |
| |
|
| |
#ifdef ALTQ |
| |
/* XXX Temporary until ALTQ is changed to use a pfil hook */ |
| |
if (altq_input != NULL && (*altq_input)(m, AF_INET) == 0) { |
| |
/* packet dropped by traffic conditioner */ |
| |
return; |
| |
} |
| |
#endif |
| |
|
| /* |
/* |
| * Convert fields to host representation. |
* Convert fields to host representation. |
| */ |
*/ |