taglinefilesource code
udp_prot126net/inet/proc.creturn get__netinfo(&udp_prot, buffer,1);
udp_prot784net/inet/sock.cprot=&udp_prot;
udp_prot1698net/inet/sock.cif(prot == &udp_prot)
udp_prot1858net/inet/sock.cudp_prot.sock_array[i] = NULL;
udp_prot110net/inet/udp.csk = get_sock(&udp_prot, th->source, daddr, th->dest, saddr);
udp_prot555net/inet/udp.csk = get_sock(&udp_prot, uh->dest, saddr, uh->source, daddr);
udp_prot616net/inet/udp.cstruct proto udp_prot = {
udp_prot31net/inet/udp.hextern struct proto udp_prot;