Searched refs:Udp6List (Results 1 – 3 of 3) sorted by relevance
40 #define IPSEC_PRIVATE_DATA_FROM_UDP6LIST(a) CR (a, IPSEC_PRIVATE_DATA, Udp6List, IPSEC_PRIVATE_DATA…142 LIST_ENTRY Udp6List; member
86 Head = (IpVersion == IP_VERSION_4) ? &Private->Udp4List : &Private->Udp6List; in IkeLookupUdp()507 Udp6Srv->ListHead = &(Private->Udp6List); in IkeOpenInputUdp6()516 InsertTailList (&Private->Udp6List, &Udp6Srv->List); in IkeOpenInputUdp6()
254 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Private->Udp6List) { in IpSecStop()579 InitializeListHead (&Private->Udp6List); in IpSecDriverEntryPoint()