]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
According to in_pcb.h protocol binding information has double locking.
authorAlexander Motin <mav@FreeBSD.org>
Sun, 27 Jul 2008 20:30:34 +0000 (20:30 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Sun, 27 Jul 2008 20:30:34 +0000 (20:30 +0000)
commitb11e21ae804d3e073bfa3655074a6bdaba3b6e57
treede909f772b2245ec1cd0c44d233a92f71afede9d
parent35db2ce0dc4fe0bac1062f55120607a2e33bef3c
According to in_pcb.h protocol binding information has double locking.
It allows access it while list travercing holding only global pcbinfo lock.
sys/netinet6/icmp6.c
sys/netinet6/raw_ip6.c