Deleted Added
full compact
39c39
< __FBSDID("$FreeBSD: head/sys/netinet/udp_usrreq.c 222488 2011-05-30 09:43:55Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/netinet/udp_usrreq.c 222691 2011-06-04 16:33:06Z rwatson $");
570c570
< inp = in_pcblookup(&V_udbinfo, ip->ip_src, uh->uh_sport,
---
> inp = in_pcblookup_mbuf(&V_udbinfo, ip->ip_src, uh->uh_sport,
572c572
< ifp);
---
> ifp, m);