]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When allocating the IPv6 header to stick in front of raw packet being
authorRobert Watson <rwatson@FreeBSD.org>
Thu, 12 Aug 2004 18:31:36 +0000 (18:31 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Thu, 12 Aug 2004 18:31:36 +0000 (18:31 +0000)
commit8a0c4da87113c0aaec4cbe4e34cdb393797c8ff0
treedf17ede19934a41fa386dbbb2796bb4485297f3d
parent849112666a0da2237dcb73ca86ebec39c9974971
When allocating the IPv6 header to stick in front of raw packet being
sent via a raw IPv6 socket, use M_DONTWAIT not M_TRYWAIT, as we're
holding the raw pcb mutex.

Reported, tested by: kuriyama
sys/netinet6/raw_ip6.c