> 2. during unicast arp skb retransmission, unicast_arp_send() appended > the skb on the list, while ipoib_flush_paths() calling path_free() to > free the same skb from the list. I think I see what's going on. the skb ends up being on two lists at once I guess... - R.